#FC8881

Color #FC8881 Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #FC8881

Tints of Light Coral #FC8881

Color information

#FC8881 (or 0xFC8881) is unknown color: approx Light Coral. HEX triplet: FC, 88 and 81. RGB value is (252,136,129). Sum of RGB (Red+Green+Blue) = 252+136+129=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8881 is #03777E. Grayscale: #AAAAAA. Windows color (decimal): -227199 or 8489212. OLE color: 8489212.

HSL color Cylindrical-coordinate representation of color #FC8881: hue angle of 3.41º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC8881 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252136129-
CMYK00.460.490.01
HSL3.41º95.35%74.71%-
HSV(B)3.41º48.81%98.82%-
XYZ52.9139.8925.68-
YUV169.89104.93186.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 48.74%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=48.74%
G=26.31%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213612900.460.490.013.4195.3574.71
HexFC888102E31135f4b
Octal3742102010566113137113
Binary111111001000100010000001010111011000111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8881; }

 p { color: rgb(252,136,129); }

 H1.HeaderClassName
 {
   color: #FC8881;
 }
 .AnyTagClassName
 {
   color: #FC8881;
 }
</style>
background-color css

<style>
 a { background-color: #FC8881; }

 a { background-color: rgb(252,136,129); }

 div.DivClassName
 {
   background-color: #FC8881;
 }
 .BgClassName
 {
   background-color: #FC8881;
 }
</style>
border-color css

<style>
 span { border-color: #FC8881; }

 span { border-color: rgb(252,136,129); }

 td.TdClassName
 {
   border-color: #FC8881;
 }
 .TagClassName
 {
   border-color: #FC8881;
 }
</style>