#FC8884

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

Shades of Light Coral #FC8884

Tints of Light Coral #FC8884

Color information

#FC8884 (or 0xFC8884) is unknown color: approx Light Coral. HEX triplet: FC, 88 and 84. RGB value is (252,136,132). Sum of RGB (Red+Green+Blue) = 252+136+132=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8884 is #03777B. Grayscale: #AAAAAA. Windows color (decimal): -227196 or 8685820. OLE color: 8685820.

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

Color convert

RGB252136132-
CMYK00.460.480.01
HSL95.24%75.29%-
HSV(B)47.62%98.82%-
XYZ53.1139.9726.75-
YUV170.23106.43186.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.46%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=48.46%
G=26.15%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213613200.460.480.01295.2475.29
HexFC888402E30125f4b
Octal3742102040566012137113
Binary111111001000100010000100010111011000011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8884; }

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

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

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

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

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

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

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

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