Shades of Light Coral #FC8885
Tints of Light Coral #FC8885
RGB
CMYK
RGB Variations
Color information
#FC8885 (or 0xFC8885) is known color: Light Coral. HEX triplet: FC, 88 and 85. RGB value is (252,136,133). Sum of RGB (Red+Green+Blue) = 252+136+133=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8885 is #03777A. Grayscale: #AAAAAA. Windows color (decimal): -227195 or 8751356. OLE color: 8751356.
HSL color Cylindrical-coordinate representation of color #FC8885: hue angle of 1.51º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC8885 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 133 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.01 |
| HSL | 1.51º | 0.95% | 0.75% | - |
| HSV(B) | 1.51º | 0.47% | 0.99% | - |
| XYZ | 53.18 | 40 | 27.11 | - |
| YUV | 170.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 133 | 0 | 0.46 | 0.47 | 0.01 | 1.51 | 0.95 | 0.75 |
| Hex | FC | 88 | 85 | 0 | 2E | 2F | 1 | 2 | 5F | 4B |
| Octal | 374 | 210 | 205 | 0 | 56 | 57 | 1 | 2 | 137 | 113 |
| Binary | 11111100 | 10001000 | 10000101 | 0 | 101110 | 101111 | 1 | 10 | 1011111 | 1001011 |
Color Harmonies of #FC8885
Complementary color
Monochromatic Colors of #FC8885
Black with #FC8885
Text Example
Text Example
White with #FC8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8885; }
p { color: rgb(252,136,133); }
H1.HeaderClassName
{
color: #FC8885;
}
.AnyTagClassName
{
color: #FC8885;
}
</style>
background-color css
<style>
a { background-color: #FC8885; }
a { background-color: rgb(252,136,133); }
div.DivClassName
{
background-color: #FC8885;
}
.BgClassName
{
background-color: #FC8885;
}
</style>
border-color css
<style>
span { border-color: #FC8885; }
span { border-color: rgb(252,136,133); }
td.TdClassName
{
border-color: #FC8885;
}
.TagClassName
{
border-color: #FC8885;
}
</style>