Shades of Light Coral #FA8682
Tints of Light Coral #FA8682
RGB
CMYK
RGB Variations
Color information
#FA8682 (or 0xFA8682) is known color: Light Coral. HEX triplet: FA, 86 and 82. RGB value is (250,134,130). Sum of RGB (Red+Green+Blue) = 250+134+130=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8682 is #05797D. Grayscale: #A8A8A8. Windows color (decimal): -358782 or 8554234. OLE color: 8554234.
HSL color Cylindrical-coordinate representation of color #FA8682: hue angle of 2º 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 #FA8682 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 130 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.02 |
| HSL | 2º | 0.92% | 0.75% | - |
| HSV(B) | 2º | 0.48% | 0.98% | - |
| XYZ | 51.98 | 38.99 | 25.9 | - |
| YUV | 168.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 130 | 0 | 0.46 | 0.48 | 0.02 | 2 | 0.92 | 0.75 |
| Hex | FA | 86 | 82 | 0 | 2E | 30 | 2 | 2 | 5C | 4B |
| Octal | 372 | 206 | 202 | 0 | 56 | 60 | 2 | 2 | 134 | 113 |
| Binary | 11111010 | 10000110 | 10000010 | 0 | 101110 | 110000 | 10 | 10 | 1011100 | 1001011 |
Color Harmonies of #FA8682
Complementary color
Monochromatic Colors of #FA8682
Black with #FA8682
Text Example
Text Example
White with #FA8682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8682; }
p { color: rgb(250,134,130); }
H1.HeaderClassName
{
color: #FA8682;
}
.AnyTagClassName
{
color: #FA8682;
}
</style>
background-color css
<style>
a { background-color: #FA8682; }
a { background-color: rgb(250,134,130); }
div.DivClassName
{
background-color: #FA8682;
}
.BgClassName
{
background-color: #FA8682;
}
</style>
border-color css
<style>
span { border-color: #FA8682; }
span { border-color: rgb(250,134,130); }
td.TdClassName
{
border-color: #FA8682;
}
.TagClassName
{
border-color: #FA8682;
}
</style>