Shades of Light Coral #FC8181
Tints of Light Coral #FC8181
RGB
CMYK
RGB Variations
Color information
#FC8181 (or 0xFC8181) is known color: Light Coral. HEX triplet: FC, 81 and 81. RGB value is (252,129,129). Sum of RGB (Red+Green+Blue) = 252+129+129=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8181 is #037E7E. Grayscale: #A5A5A5. Windows color (decimal): -228991 or 8487420. OLE color: 8487420.
HSL color Cylindrical-coordinate representation of color #FC8181: 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.49%. Process color model (Four color, CMYK) of #FC8181 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 129 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.01 |
| HSL | 0º | 0.95% | 0.75% | - |
| HSV(B) | 0º | 0.49% | 0.99% | - |
| XYZ | 51.96 | 37.98 | 25.36 | - |
| YUV | 165.78 | 107.25 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 129 | 0 | 0.49 | 0.49 | 0.01 | 0 | 0.95 | 0.75 |
| Hex | FC | 81 | 81 | 0 | 31 | 31 | 1 | 0 | 5F | 4B |
| Octal | 374 | 201 | 201 | 0 | 61 | 61 | 1 | 0 | 137 | 113 |
| Binary | 11111100 | 10000001 | 10000001 | 0 | 110001 | 110001 | 1 | 0 | 1011111 | 1001011 |
Color Harmonies of #FC8181
Complementary color
Monochromatic Colors of #FC8181
Black with #FC8181
Text Example
Text Example
White with #FC8181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8181; }
p { color: rgb(252,129,129); }
H1.HeaderClassName
{
color: #FC8181;
}
.AnyTagClassName
{
color: #FC8181;
}
</style>
background-color css
<style>
a { background-color: #FC8181; }
a { background-color: rgb(252,129,129); }
div.DivClassName
{
background-color: #FC8181;
}
.BgClassName
{
background-color: #FC8181;
}
</style>
border-color css
<style>
span { border-color: #FC8181; }
span { border-color: rgb(252,129,129); }
td.TdClassName
{
border-color: #FC8181;
}
.TagClassName
{
border-color: #FC8181;
}
</style>