Shades of Light Coral #FC8584
Tints of Light Coral #FC8584
RGB
CMYK
RGB Variations
Color information
#FC8584 (or 0xFC8584) is known color: Light Coral. HEX triplet: FC, 85 and 84. RGB value is (252,133,132). Sum of RGB (Red+Green+Blue) = 252+133+132=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8584 is #037A7B. Grayscale: #A8A8A8. Windows color (decimal): -227964 or 8685052. OLE color: 8685052.
HSL color Cylindrical-coordinate representation of color #FC8584: hue angle of 0.5º 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 #FC8584 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 132 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.01 |
| HSL | 0.5º | 0.95% | 0.75% | - |
| HSV(B) | 0.5º | 0.48% | 0.99% | - |
| XYZ | 52.7 | 39.14 | 26.61 | - |
| YUV | 168.47 | 107.42 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 132 | 0 | 0.47 | 0.48 | 0.01 | 0.5 | 0.95 | 0.75 |
| Hex | FC | 85 | 84 | 0 | 2F | 30 | 1 | 0 | 5F | 4B |
| Octal | 374 | 205 | 204 | 0 | 57 | 60 | 1 | 0 | 137 | 113 |
| Binary | 11111100 | 10000101 | 10000100 | 0 | 101111 | 110000 | 1 | 0 | 1011111 | 1001011 |
Color Harmonies of #FC8584
Complementary color
Monochromatic Colors of #FC8584
Black with #FC8584
Text Example
Text Example
White with #FC8584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8584; }
p { color: rgb(252,133,132); }
H1.HeaderClassName
{
color: #FC8584;
}
.AnyTagClassName
{
color: #FC8584;
}
</style>
background-color css
<style>
a { background-color: #FC8584; }
a { background-color: rgb(252,133,132); }
div.DivClassName
{
background-color: #FC8584;
}
.BgClassName
{
background-color: #FC8584;
}
</style>
border-color css
<style>
span { border-color: #FC8584; }
span { border-color: rgb(252,133,132); }
td.TdClassName
{
border-color: #FC8584;
}
.TagClassName
{
border-color: #FC8584;
}
</style>