Shades of Light Coral #FC827E
Tints of Light Coral #FC827E
RGB
CMYK
RGB Variations
Color information
#FC827E (or 0xFC827E) is known color: Light Coral. HEX triplet: FC, 82 and 7E. RGB value is (252,130,126). Sum of RGB (Red+Green+Blue) = 252+130+126=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC827E is #037D81. Grayscale: #A6A6A6. Windows color (decimal): -228738 or 8291068. OLE color: 8291068.
HSL color Cylindrical-coordinate representation of color #FC827E: hue angle of 1.9º 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 #FC827E is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 126 | - |
| CMYK | 0 | 0.48 | 0.5 | 0.01 |
| HSL | 1.9º | 0.95% | 0.74% | - |
| HSV(B) | 1.9º | 0.5% | 0.99% | - |
| XYZ | 51.89 | 38.17 | 24.37 | - |
| YUV | 166.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 126 | 0 | 0.48 | 0.5 | 0.01 | 1.9 | 0.95 | 0.74 |
| Hex | FC | 82 | 7E | 0 | 30 | 32 | 1 | 2 | 5F | 4A |
| Octal | 374 | 202 | 176 | 0 | 60 | 62 | 1 | 2 | 137 | 112 |
| Binary | 11111100 | 10000010 | 1111110 | 0 | 110000 | 110010 | 1 | 10 | 1011111 | 1001010 |
Color Harmonies of #FC827E
Complementary color
Monochromatic Colors of #FC827E
Black with #FC827E
Text Example
Text Example
White with #FC827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC827E; }
p { color: rgb(252,130,126); }
H1.HeaderClassName
{
color: #FC827E;
}
.AnyTagClassName
{
color: #FC827E;
}
</style>
background-color css
<style>
a { background-color: #FC827E; }
a { background-color: rgb(252,130,126); }
div.DivClassName
{
background-color: #FC827E;
}
.BgClassName
{
background-color: #FC827E;
}
</style>
border-color css
<style>
span { border-color: #FC827E; }
span { border-color: rgb(252,130,126); }
td.TdClassName
{
border-color: #FC827E;
}
.TagClassName
{
border-color: #FC827E;
}
</style>