#FC8988

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

Shades of Light Coral #FC8988

Tints of Light Coral #FC8988

Color information

#FC8988 (or 0xFC8988) is unknown color: approx Light Coral. HEX triplet: FC, 89 and 88. RGB value is (252,137,136). Sum of RGB (Red+Green+Blue) = 252+137+136=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8988 is #037677. Grayscale: #ABABAB. Windows color (decimal): -226936 or 8948220. OLE color: 8948220.

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

Color convert

RGB252137136-
CMYK00.460.460.01
HSL0.52º95.08%76.08%-
HSV(B)0.52º46.03%98.82%-
XYZ53.5340.3628.26-
YUV171.27108.1185.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=48%
G=26.10%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213713600.460.460.010.5295.0876.08
HexFC898802E2E115f4c
Octal3742112100565611137114
Binary11111100100010011000100001011101011101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8988; }

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

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

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

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

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

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

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

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