Shades of Bittersweet #FB6856
Tints of Bittersweet #FB6856
RGB
CMYK
RGB Variations
Color information
#FB6856 (or 0xFB6856) is known color: Bittersweet. HEX triplet: FB, 68 and 56. RGB value is (251,104,86). Sum of RGB (Red+Green+Blue) = 251+104+86=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6856 is #0497A9. Grayscale: #929292. Windows color (decimal): -300970 or 5662971. OLE color: 5662971.
HSL color Cylindrical-coordinate representation of color #FB6856: hue angle of 6.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB6856 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 86 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.02 |
| HSL | 6.55º | 0.95% | 0.66% | - |
| HSV(B) | 6.55º | 0.66% | 0.98% | - |
| XYZ | 46.41 | 31.08 | 12.36 | - |
| YUV | 145.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 86 | 0 | 0.59 | 0.66 | 0.02 | 6.55 | 0.95 | 0.66 |
| Hex | FB | 68 | 56 | 0 | 3B | 42 | 2 | 7 | 5F | 42 |
| Octal | 373 | 150 | 126 | 0 | 73 | 102 | 2 | 7 | 137 | 102 |
| Binary | 11111011 | 1101000 | 1010110 | 0 | 111011 | 1000010 | 10 | 111 | 1011111 | 1000010 |
Color Harmonies of #FB6856
Complementary color
Monochromatic Colors of #FB6856
Black with #FB6856
Text Example
Text Example
White with #FB6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6856; }
p { color: rgb(251,104,86); }
H1.HeaderClassName
{
color: #FB6856;
}
.AnyTagClassName
{
color: #FB6856;
}
</style>
background-color css
<style>
a { background-color: #FB6856; }
a { background-color: rgb(251,104,86); }
div.DivClassName
{
background-color: #FB6856;
}
.BgClassName
{
background-color: #FB6856;
}
</style>
border-color css
<style>
span { border-color: #FB6856; }
span { border-color: rgb(251,104,86); }
td.TdClassName
{
border-color: #FB6856;
}
.TagClassName
{
border-color: #FB6856;
}
</style>