Shades of Light Coral #FA807C
Tints of Light Coral #FA807C
RGB
CMYK
RGB Variations
Color information
#FA807C (or 0xFA807C) is known color: Light Coral. HEX triplet: FA, 80 and 7C. RGB value is (250,128,124). Sum of RGB (Red+Green+Blue) = 250+128+124=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA807C is #057F83. Grayscale: #A4A4A4. Windows color (decimal): -360324 or 8159482. OLE color: 8159482.
HSL color Cylindrical-coordinate representation of color #FA807C: hue angle of 1.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA807C is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 124 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.02 |
| HSL | 1.9º | 0.93% | 0.73% | - |
| HSV(B) | 1.9º | 0.5% | 0.98% | - |
| XYZ | 50.78 | 37.22 | 23.58 | - |
| YUV | 164.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 124 | 0 | 0.49 | 0.50 | 0.02 | 1.9 | 0.93 | 0.73 |
| Hex | FA | 80 | 7C | 0 | 31 | 32 | 2 | 2 | 5D | 49 |
| Octal | 372 | 200 | 174 | 0 | 61 | 62 | 2 | 2 | 135 | 111 |
| Binary | 11111010 | 10000000 | 1111100 | 0 | 110001 | 110010 | 10 | 10 | 1011101 | 1001001 |
Color Harmonies of #FA807C
Complementary color
Monochromatic Colors of #FA807C
Black with #FA807C
Text Example
Text Example
White with #FA807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA807C; }
p { color: rgb(250,128,124); }
H1.HeaderClassName
{
color: #FA807C;
}
.AnyTagClassName
{
color: #FA807C;
}
</style>
background-color css
<style>
a { background-color: #FA807C; }
a { background-color: rgb(250,128,124); }
div.DivClassName
{
background-color: #FA807C;
}
.BgClassName
{
background-color: #FA807C;
}
</style>
border-color css
<style>
span { border-color: #FA807C; }
span { border-color: rgb(250,128,124); }
td.TdClassName
{
border-color: #FA807C;
}
.TagClassName
{
border-color: #FA807C;
}
</style>