Shades of Light Coral #FA8282
Tints of Light Coral #FA8282
RGB
CMYK
RGB Variations
Color information
#FA8282 (or 0xFA8282) is known color: Light Coral. HEX triplet: FA, 82 and 82. RGB value is (250,130,130). Sum of RGB (Red+Green+Blue) = 250+130+130=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8282 is #057D7D. Grayscale: #A6A6A6. Windows color (decimal): -359806 or 8553210. OLE color: 8553210.
HSL color Cylindrical-coordinate representation of color #FA8282: hue angle of 0º 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 #FA8282 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 130 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.02 |
| HSL | 0º | 0.92% | 0.75% | - |
| HSV(B) | 0º | 0.48% | 0.98% | - |
| XYZ | 51.44 | 37.9 | 25.72 | - |
| YUV | 165.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 130 | 0 | 0.48 | 0.48 | 0.02 | 0 | 0.92 | 0.75 |
| Hex | FA | 82 | 82 | 0 | 30 | 30 | 2 | 0 | 5C | 4B |
| Octal | 372 | 202 | 202 | 0 | 60 | 60 | 2 | 0 | 134 | 113 |
| Binary | 11111010 | 10000010 | 10000010 | 0 | 110000 | 110000 | 10 | 0 | 1011100 | 1001011 |
Color Harmonies of #FA8282
Complementary color
Monochromatic Colors of #FA8282
Black with #FA8282
Text Example
Text Example
White with #FA8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8282; }
p { color: rgb(250,130,130); }
H1.HeaderClassName
{
color: #FA8282;
}
.AnyTagClassName
{
color: #FA8282;
}
</style>
background-color css
<style>
a { background-color: #FA8282; }
a { background-color: rgb(250,130,130); }
div.DivClassName
{
background-color: #FA8282;
}
.BgClassName
{
background-color: #FA8282;
}
</style>
border-color css
<style>
span { border-color: #FA8282; }
span { border-color: rgb(250,130,130); }
td.TdClassName
{
border-color: #FA8282;
}
.TagClassName
{
border-color: #FA8282;
}
</style>