Shades of Light Coral #FB8981
Tints of Light Coral #FB8981
RGB
CMYK
RGB Variations
Color information
#FB8981 (or 0xFB8981) is known color: Light Coral. HEX triplet: FB, 89 and 81. RGB value is (251,137,129). Sum of RGB (Red+Green+Blue) = 251+137+129=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8981 is #04767E. Grayscale: #AAAAAA. Windows color (decimal): -292479 or 8489467. OLE color: 8489467.
HSL color Cylindrical-coordinate representation of color #FB8981: hue angle of 3.93º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB8981 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 137 | 129 | - |
CMYK | 0 | 0.45 | 0.49 | 0.02 |
HSL | 3.93º | 0.94% | 0.75% | - |
HSV(B) | 3.93º | 0.49% | 0.98% | - |
XYZ | 52.69 | 39.99 | 25.71 | - |
YUV | 170.17 | 104.77 | 185.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 137 | 129 | 0 | 0.45 | 0.49 | 0.02 | 3.93 | 0.94 | 0.75 |
Hex | FB | 89 | 81 | 0 | 2D | 31 | 2 | 4 | 5E | 4B |
Octal | 373 | 211 | 201 | 0 | 55 | 61 | 2 | 4 | 136 | 113 |
Binary | 11111011 | 10001001 | 10000001 | 0 | 101101 | 110001 | 10 | 100 | 1011110 | 1001011 |
Color Harmonies of #FB8981
Complementary color
Monochromatic Colors of #FB8981
Black with #FB8981
Text Example
Text Example
White with #FB8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8981; }
p { color: rgb(251,137,129); }
H1.HeaderClassName
{
color: #FB8981;
}
.AnyTagClassName
{
color: #FB8981;
}
</style>
background-color css
<style>
a { background-color: #FB8981; }
a { background-color: rgb(251,137,129); }
div.DivClassName
{
background-color: #FB8981;
}
.BgClassName
{
background-color: #FB8981;
}
</style>
border-color css
<style>
span { border-color: #FB8981; }
span { border-color: rgb(251,137,129); }
td.TdClassName
{
border-color: #FB8981;
}
.TagClassName
{
border-color: #FB8981;
}
</style>