Shades of Light Coral #FC8686
Tints of Light Coral #FC8686
RGB
CMYK
RGB Variations
Color information
#FC8686 (or 0xFC8686) is known color: Light Coral. HEX triplet: FC, 86 and 86. RGB value is (252,134,134). Sum of RGB (Red+Green+Blue) = 252+134+134=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8686 is #037979. Grayscale: #A9A9A9. Windows color (decimal): -227706 or 8816380. OLE color: 8816380.
HSL color Cylindrical-coordinate representation of color #FC8686: hue angle of 0º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC8686 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 134 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.01 |
| HSL | 0º | 0.95% | 0.76% | - |
| HSV(B) | 0º | 0.47% | 0.99% | - |
| XYZ | 52.97 | 39.47 | 27.38 | - |
| YUV | 169.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 134 | 0 | 0.47 | 0.47 | 0.01 | 0 | 0.95 | 0.76 |
| Hex | FC | 86 | 86 | 0 | 2F | 2F | 1 | 0 | 5F | 4C |
| Octal | 374 | 206 | 206 | 0 | 57 | 57 | 1 | 0 | 137 | 114 |
| Binary | 11111100 | 10000110 | 10000110 | 0 | 101111 | 101111 | 1 | 0 | 1011111 | 1001100 |
Color Harmonies of #FC8686
Complementary color
Monochromatic Colors of #FC8686
Black with #FC8686
Text Example
Text Example
White with #FC8686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8686; }
p { color: rgb(252,134,134); }
H1.HeaderClassName
{
color: #FC8686;
}
.AnyTagClassName
{
color: #FC8686;
}
</style>
background-color css
<style>
a { background-color: #FC8686; }
a { background-color: rgb(252,134,134); }
div.DivClassName
{
background-color: #FC8686;
}
.BgClassName
{
background-color: #FC8686;
}
</style>
border-color css
<style>
span { border-color: #FC8686; }
span { border-color: rgb(252,134,134); }
td.TdClassName
{
border-color: #FC8686;
}
.TagClassName
{
border-color: #FC8686;
}
</style>