Shades of Light Coral #FB8982
Tints of Light Coral #FB8982
RGB
CMYK
RGB Variations
Color information
#FB8982 (or 0xFB8982) is known color: Light Coral. HEX triplet: FB, 89 and 82. RGB value is (251,137,130). Sum of RGB (Red+Green+Blue) = 251+137+130=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8982 is #04767D. Grayscale: #AAAAAA. Windows color (decimal): -292478 or 8555003. OLE color: 8555003.
HSL color Cylindrical-coordinate representation of color #FB8982: hue angle of 3.47º degrees, saturation: 0.94, 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 #FB8982 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 130 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.02 |
| HSL | 3.47º | 0.94% | 0.75% | - |
| HSV(B) | 3.47º | 0.48% | 0.98% | - |
| XYZ | 52.76 | 40.01 | 26.06 | - |
| YUV | 170.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 130 | 0 | 0.45 | 0.48 | 0.02 | 3.47 | 0.94 | 0.75 |
| Hex | FB | 89 | 82 | 0 | 2D | 30 | 2 | 3 | 5E | 4B |
| Octal | 373 | 211 | 202 | 0 | 55 | 60 | 2 | 3 | 136 | 113 |
| Binary | 11111011 | 10001001 | 10000010 | 0 | 101101 | 110000 | 10 | 11 | 1011110 | 1001011 |
Color Harmonies of #FB8982
Complementary color
Monochromatic Colors of #FB8982
Black with #FB8982
Text Example
Text Example
White with #FB8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8982; }
p { color: rgb(251,137,130); }
H1.HeaderClassName
{
color: #FB8982;
}
.AnyTagClassName
{
color: #FB8982;
}
</style>
background-color css
<style>
a { background-color: #FB8982; }
a { background-color: rgb(251,137,130); }
div.DivClassName
{
background-color: #FB8982;
}
.BgClassName
{
background-color: #FB8982;
}
</style>
border-color css
<style>
span { border-color: #FB8982; }
span { border-color: rgb(251,137,130); }
td.TdClassName
{
border-color: #FB8982;
}
.TagClassName
{
border-color: #FB8982;
}
</style>