Shades of Light Coral #FC8A81
Tints of Light Coral #FC8A81
RGB
CMYK
RGB Variations
Color information
#FC8A81 (or 0xFC8A81) is known color: Light Coral. HEX triplet: FC, 8A and 81. RGB value is (252,138,129). Sum of RGB (Red+Green+Blue) = 252+138+129=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8A81 is #03757E. Grayscale: #ABABAB. Windows color (decimal): -226687 or 8489724. OLE color: 8489724.
HSL color Cylindrical-coordinate representation of color #FC8A81: hue angle of 4.39º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC8A81 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 129 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.01 |
| HSL | 4.39º | 0.95% | 0.75% | - |
| HSV(B) | 4.39º | 0.49% | 0.99% | - |
| XYZ | 53.2 | 40.46 | 25.77 | - |
| YUV | 171.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 129 | 0 | 0.45 | 0.49 | 0.01 | 4.39 | 0.95 | 0.75 |
| Hex | FC | 8A | 81 | 0 | 2D | 31 | 1 | 4 | 5F | 4B |
| Octal | 374 | 212 | 201 | 0 | 55 | 61 | 1 | 4 | 137 | 113 |
| Binary | 11111100 | 10001010 | 10000001 | 0 | 101101 | 110001 | 1 | 100 | 1011111 | 1001011 |
Color Harmonies of #FC8A81
Complementary color
Monochromatic Colors of #FC8A81
Black with #FC8A81
Text Example
Text Example
White with #FC8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A81; }
p { color: rgb(252,138,129); }
H1.HeaderClassName
{
color: #FC8A81;
}
.AnyTagClassName
{
color: #FC8A81;
}
</style>
background-color css
<style>
a { background-color: #FC8A81; }
a { background-color: rgb(252,138,129); }
div.DivClassName
{
background-color: #FC8A81;
}
.BgClassName
{
background-color: #FC8A81;
}
</style>
border-color css
<style>
span { border-color: #FC8A81; }
span { border-color: rgb(252,138,129); }
td.TdClassName
{
border-color: #FC8A81;
}
.TagClassName
{
border-color: #FC8A81;
}
</style>