Shades of Light Coral #FA8980
Tints of Light Coral #FA8980
RGB
CMYK
RGB Variations
Color information
#FA8980 (or 0xFA8980) is known color: Light Coral. HEX triplet: FA, 89 and 80. RGB value is (250,137,128). Sum of RGB (Red+Green+Blue) = 250+137+128=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8980 is #05767F. Grayscale: #A9A9A9. Windows color (decimal): -358016 or 8423930. OLE color: 8423930.
HSL color Cylindrical-coordinate representation of color #FA8980: hue angle of 4.43º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8980 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 128 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.02 |
| HSL | 4.43º | 0.92% | 0.74% | - |
| HSV(B) | 4.43º | 0.49% | 0.98% | - |
| XYZ | 52.27 | 39.77 | 25.34 | - |
| YUV | 169.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 128 | 0 | 0.45 | 0.49 | 0.02 | 4.43 | 0.92 | 0.74 |
| Hex | FA | 89 | 80 | 0 | 2D | 31 | 2 | 4 | 5C | 4A |
| Octal | 372 | 211 | 200 | 0 | 55 | 61 | 2 | 4 | 134 | 112 |
| Binary | 11111010 | 10001001 | 10000000 | 0 | 101101 | 110001 | 10 | 100 | 1011100 | 1001010 |
Color Harmonies of #FA8980
Complementary color
Monochromatic Colors of #FA8980
Black with #FA8980
Text Example
Text Example
White with #FA8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8980; }
p { color: rgb(250,137,128); }
H1.HeaderClassName
{
color: #FA8980;
}
.AnyTagClassName
{
color: #FA8980;
}
</style>
background-color css
<style>
a { background-color: #FA8980; }
a { background-color: rgb(250,137,128); }
div.DivClassName
{
background-color: #FA8980;
}
.BgClassName
{
background-color: #FA8980;
}
</style>
border-color css
<style>
span { border-color: #FA8980; }
span { border-color: rgb(250,137,128); }
td.TdClassName
{
border-color: #FA8980;
}
.TagClassName
{
border-color: #FA8980;
}
</style>