Shades of Light Coral #FC8585
Tints of Light Coral #FC8585
RGB
CMYK
RGB Variations
Color information
#FC8585 (or 0xFC8585) is known color: Light Coral. HEX triplet: FC, 85 and 85. RGB value is (252,133,133). Sum of RGB (Red+Green+Blue) = 252+133+133=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8585 is #037A7A. Grayscale: #A8A8A8. Windows color (decimal): -227963 or 8750588. OLE color: 8750588.
HSL color Cylindrical-coordinate representation of color #FC8585: hue angle of 0º 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 #FC8585 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 133 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.01 |
| HSL | 0º | 0.95% | 0.75% | - |
| HSV(B) | 0º | 0.47% | 0.99% | - |
| XYZ | 52.77 | 39.16 | 26.97 | - |
| YUV | 168.58 | 107.92 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 133 | 0 | 0.47 | 0.47 | 0.01 | 0 | 0.95 | 0.75 |
| Hex | FC | 85 | 85 | 0 | 2F | 2F | 1 | 0 | 5F | 4B |
| Octal | 374 | 205 | 205 | 0 | 57 | 57 | 1 | 0 | 137 | 113 |
| Binary | 11111100 | 10000101 | 10000101 | 0 | 101111 | 101111 | 1 | 0 | 1011111 | 1001011 |
Color Harmonies of #FC8585
Complementary color
Monochromatic Colors of #FC8585
Black with #FC8585
Text Example
Text Example
White with #FC8585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8585; }
p { color: rgb(252,133,133); }
H1.HeaderClassName
{
color: #FC8585;
}
.AnyTagClassName
{
color: #FC8585;
}
</style>
background-color css
<style>
a { background-color: #FC8585; }
a { background-color: rgb(252,133,133); }
div.DivClassName
{
background-color: #FC8585;
}
.BgClassName
{
background-color: #FC8585;
}
</style>
border-color css
<style>
span { border-color: #FC8585; }
span { border-color: rgb(252,133,133); }
td.TdClassName
{
border-color: #FC8585;
}
.TagClassName
{
border-color: #FC8585;
}
</style>