Shades of Light Coral #FC817D
Tints of Light Coral #FC817D
RGB
CMYK
RGB Variations
Color information
#FC817D (or 0xFC817D) is known color: Light Coral. HEX triplet: FC, 81 and 7D. RGB value is (252,129,125). Sum of RGB (Red+Green+Blue) = 252+129+125=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC817D is #037E82. Grayscale: #A5A5A5. Windows color (decimal): -228995 or 8225276. OLE color: 8225276.
HSL color Cylindrical-coordinate representation of color #FC817D: hue angle of 1.89º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC817D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 125 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.01 |
| HSL | 1.89º | 0.95% | 0.74% | - |
| HSV(B) | 1.89º | 0.5% | 0.99% | - |
| XYZ | 51.7 | 37.88 | 23.99 | - |
| YUV | 165.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 125 | 0 | 0.49 | 0.50 | 0.01 | 1.89 | 0.95 | 0.74 |
| Hex | FC | 81 | 7D | 0 | 31 | 32 | 1 | 2 | 5F | 4A |
| Octal | 374 | 201 | 175 | 0 | 61 | 62 | 1 | 2 | 137 | 112 |
| Binary | 11111100 | 10000001 | 1111101 | 0 | 110001 | 110010 | 1 | 10 | 1011111 | 1001010 |
Color Harmonies of #FC817D
Complementary color
Monochromatic Colors of #FC817D
Black with #FC817D
Text Example
Text Example
White with #FC817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC817D; }
p { color: rgb(252,129,125); }
H1.HeaderClassName
{
color: #FC817D;
}
.AnyTagClassName
{
color: #FC817D;
}
</style>
background-color css
<style>
a { background-color: #FC817D; }
a { background-color: rgb(252,129,125); }
div.DivClassName
{
background-color: #FC817D;
}
.BgClassName
{
background-color: #FC817D;
}
</style>
border-color css
<style>
span { border-color: #FC817D; }
span { border-color: rgb(252,129,125); }
td.TdClassName
{
border-color: #FC817D;
}
.TagClassName
{
border-color: #FC817D;
}
</style>