Shades of Light Coral #FC8282
Tints of Light Coral #FC8282
RGB
CMYK
RGB Variations
Color information
#FC8282 (or 0xFC8282) is known color: Light Coral. HEX triplet: FC, 82 and 82. RGB value is (252,130,130). Sum of RGB (Red+Green+Blue) = 252+130+130=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8282 is #037D7D. Grayscale: #A6A6A6. Windows color (decimal): -228734 or 8553212. OLE color: 8553212.
HSL color Cylindrical-coordinate representation of color #FC8282: 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.48%. Process color model (Four color, CMYK) of #FC8282 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 130 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.01 |
| HSL | 0º | 0.95% | 0.75% | - |
| HSV(B) | 0º | 0.48% | 0.99% | - |
| XYZ | 52.16 | 38.27 | 25.76 | - |
| YUV | 166.48 | 107.42 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 130 | 0 | 0.48 | 0.48 | 0.01 | 0 | 0.95 | 0.75 |
| Hex | FC | 82 | 82 | 0 | 30 | 30 | 1 | 0 | 5F | 4B |
| Octal | 374 | 202 | 202 | 0 | 60 | 60 | 1 | 0 | 137 | 113 |
| Binary | 11111100 | 10000010 | 10000010 | 0 | 110000 | 110000 | 1 | 0 | 1011111 | 1001011 |
Color Harmonies of #FC8282
Complementary color
Monochromatic Colors of #FC8282
Black with #FC8282
Text Example
Text Example
White with #FC8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8282; }
p { color: rgb(252,130,130); }
H1.HeaderClassName
{
color: #FC8282;
}
.AnyTagClassName
{
color: #FC8282;
}
</style>
background-color css
<style>
a { background-color: #FC8282; }
a { background-color: rgb(252,130,130); }
div.DivClassName
{
background-color: #FC8282;
}
.BgClassName
{
background-color: #FC8282;
}
</style>
border-color css
<style>
span { border-color: #FC8282; }
span { border-color: rgb(252,130,130); }
td.TdClassName
{
border-color: #FC8282;
}
.TagClassName
{
border-color: #FC8282;
}
</style>