Shades of Light Coral #FB8686
Tints of Light Coral #FB8686
RGB
CMYK
RGB Variations
Color information
#FB8686 (or 0xFB8686) is known color: Light Coral. HEX triplet: FB, 86 and 86. RGB value is (251,134,134). Sum of RGB (Red+Green+Blue) = 251+134+134=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8686 is #047979. Grayscale: #A9A9A9. Windows color (decimal): -293242 or 8816379. OLE color: 8816379.
HSL color Cylindrical-coordinate representation of color #FB8686: hue angle of 0º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB8686 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 134 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.02 |
| HSL | 0º | 0.94% | 0.75% | - |
| HSV(B) | 0º | 0.47% | 0.98% | - |
| XYZ | 52.61 | 39.28 | 27.36 | - |
| YUV | 168.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 134 | 0 | 0.47 | 0.47 | 0.02 | 0 | 0.94 | 0.75 |
| Hex | FB | 86 | 86 | 0 | 2F | 2F | 2 | 0 | 5E | 4B |
| Octal | 373 | 206 | 206 | 0 | 57 | 57 | 2 | 0 | 136 | 113 |
| Binary | 11111011 | 10000110 | 10000110 | 0 | 101111 | 101111 | 10 | 0 | 1011110 | 1001011 |
Color Harmonies of #FB8686
Complementary color
Monochromatic Colors of #FB8686
Black with #FB8686
Text Example
Text Example
White with #FB8686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8686; }
p { color: rgb(251,134,134); }
H1.HeaderClassName
{
color: #FB8686;
}
.AnyTagClassName
{
color: #FB8686;
}
</style>
background-color css
<style>
a { background-color: #FB8686; }
a { background-color: rgb(251,134,134); }
div.DivClassName
{
background-color: #FB8686;
}
.BgClassName
{
background-color: #FB8686;
}
</style>
border-color css
<style>
span { border-color: #FB8686; }
span { border-color: rgb(251,134,134); }
td.TdClassName
{
border-color: #FB8686;
}
.TagClassName
{
border-color: #FB8686;
}
</style>