Shades of Light Coral #FA8982
Tints of Light Coral #FA8982
RGB
CMYK
RGB Variations
Color information
#FA8982 (or 0xFA8982) is known color: Light Coral. HEX triplet: FA, 89 and 82. RGB value is (250,137,130). Sum of RGB (Red+Green+Blue) = 250+137+130=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8982 is #05767D. Grayscale: #AAAAAA. Windows color (decimal): -358014 or 8555002. OLE color: 8555002.
HSL color Cylindrical-coordinate representation of color #FA8982: hue angle of 3.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8982 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 130 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.02 |
| HSL | 3.5º | 0.92% | 0.75% | - |
| HSV(B) | 3.5º | 0.48% | 0.98% | - |
| XYZ | 52.4 | 39.83 | 26.04 | - |
| YUV | 169.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 130 | 0 | 0.45 | 0.48 | 0.02 | 3.5 | 0.92 | 0.75 |
| Hex | FA | 89 | 82 | 0 | 2D | 30 | 2 | 4 | 5C | 4B |
| Octal | 372 | 211 | 202 | 0 | 55 | 60 | 2 | 4 | 134 | 113 |
| Binary | 11111010 | 10001001 | 10000010 | 0 | 101101 | 110000 | 10 | 100 | 1011100 | 1001011 |
Color Harmonies of #FA8982
Complementary color
Monochromatic Colors of #FA8982
Black with #FA8982
Text Example
Text Example
White with #FA8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8982; }
p { color: rgb(250,137,130); }
H1.HeaderClassName
{
color: #FA8982;
}
.AnyTagClassName
{
color: #FA8982;
}
</style>
background-color css
<style>
a { background-color: #FA8982; }
a { background-color: rgb(250,137,130); }
div.DivClassName
{
background-color: #FA8982;
}
.BgClassName
{
background-color: #FA8982;
}
</style>
border-color css
<style>
span { border-color: #FA8982; }
span { border-color: rgb(250,137,130); }
td.TdClassName
{
border-color: #FA8982;
}
.TagClassName
{
border-color: #FA8982;
}
</style>