Shades of Light Coral #FB8482
Tints of Light Coral #FB8482
RGB
CMYK
RGB Variations
Color information
#FB8482 (or 0xFB8482) is known color: Light Coral. HEX triplet: FB, 84 and 82. RGB value is (251,132,130). Sum of RGB (Red+Green+Blue) = 251+132+130=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8482 is #047B7D. Grayscale: #A7A7A7. Windows color (decimal): -293758 or 8553723. OLE color: 8553723.
HSL color Cylindrical-coordinate representation of color #FB8482: hue angle of 0.99º 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 #FB8482 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 130 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.02 |
| HSL | 0.99º | 0.94% | 0.75% | - |
| HSV(B) | 0.99º | 0.48% | 0.98% | - |
| XYZ | 52.06 | 38.62 | 25.83 | - |
| YUV | 167.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 130 | 0 | 0.47 | 0.48 | 0.02 | 0.99 | 0.94 | 0.75 |
| Hex | FB | 84 | 82 | 0 | 2F | 30 | 2 | 1 | 5E | 4B |
| Octal | 373 | 204 | 202 | 0 | 57 | 60 | 2 | 1 | 136 | 113 |
| Binary | 11111011 | 10000100 | 10000010 | 0 | 101111 | 110000 | 10 | 1 | 1011110 | 1001011 |
Color Harmonies of #FB8482
Complementary color
Monochromatic Colors of #FB8482
Black with #FB8482
Text Example
Text Example
White with #FB8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8482; }
p { color: rgb(251,132,130); }
H1.HeaderClassName
{
color: #FB8482;
}
.AnyTagClassName
{
color: #FB8482;
}
</style>
background-color css
<style>
a { background-color: #FB8482; }
a { background-color: rgb(251,132,130); }
div.DivClassName
{
background-color: #FB8482;
}
.BgClassName
{
background-color: #FB8482;
}
</style>
border-color css
<style>
span { border-color: #FB8482; }
span { border-color: rgb(251,132,130); }
td.TdClassName
{
border-color: #FB8482;
}
.TagClassName
{
border-color: #FB8482;
}
</style>