Shades of Light Coral #FB8983
Tints of Light Coral #FB8983
RGB
CMYK
RGB Variations
Color information
#FB8983 (or 0xFB8983) is known color: Light Coral. HEX triplet: FB, 89 and 83. RGB value is (251,137,131). Sum of RGB (Red+Green+Blue) = 251+137+131=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8983 is #04767C. Grayscale: #AAAAAA. Windows color (decimal): -292477 or 8620539. OLE color: 8620539.
HSL color Cylindrical-coordinate representation of color #FB8983: hue angle of 3º 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 #FB8983 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 131 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.02 |
| HSL | 3º | 0.94% | 0.75% | - |
| HSV(B) | 3º | 0.48% | 0.98% | - |
| XYZ | 52.83 | 40.04 | 26.42 | - |
| YUV | 170.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 131 | 0 | 0.45 | 0.48 | 0.02 | 3 | 0.94 | 0.75 |
| Hex | FB | 89 | 83 | 0 | 2D | 30 | 2 | 3 | 5E | 4B |
| Octal | 373 | 211 | 203 | 0 | 55 | 60 | 2 | 3 | 136 | 113 |
| Binary | 11111011 | 10001001 | 10000011 | 0 | 101101 | 110000 | 10 | 11 | 1011110 | 1001011 |
Color Harmonies of #FB8983
Complementary color
Monochromatic Colors of #FB8983
Black with #FB8983
Text Example
Text Example
White with #FB8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8983; }
p { color: rgb(251,137,131); }
H1.HeaderClassName
{
color: #FB8983;
}
.AnyTagClassName
{
color: #FB8983;
}
</style>
background-color css
<style>
a { background-color: #FB8983; }
a { background-color: rgb(251,137,131); }
div.DivClassName
{
background-color: #FB8983;
}
.BgClassName
{
background-color: #FB8983;
}
</style>
border-color css
<style>
span { border-color: #FB8983; }
span { border-color: rgb(251,137,131); }
td.TdClassName
{
border-color: #FB8983;
}
.TagClassName
{
border-color: #FB8983;
}
</style>