Shades of Bittersweet #FB6556
Tints of Bittersweet #FB6556
RGB
CMYK
RGB Variations
Color information
#FB6556 (or 0xFB6556) is known color: Bittersweet. HEX triplet: FB, 65 and 56. RGB value is (251,101,86). Sum of RGB (Red+Green+Blue) = 251+101+86=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6556 is #049AA9. Grayscale: #909090. Windows color (decimal): -301738 or 5662203. OLE color: 5662203.
HSL color Cylindrical-coordinate representation of color #FB6556: hue angle of 5.45º 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 #FB6556 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 86 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.02 |
| HSL | 5.45º | 0.95% | 0.66% | - |
| HSV(B) | 5.45º | 0.66% | 0.98% | - |
| XYZ | 46.12 | 30.49 | 12.26 | - |
| YUV | 144.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 86 | 0 | 0.60 | 0.66 | 0.02 | 5.45 | 0.95 | 0.66 |
| Hex | FB | 65 | 56 | 0 | 3C | 42 | 2 | 5 | 5F | 42 |
| Octal | 373 | 145 | 126 | 0 | 74 | 102 | 2 | 5 | 137 | 102 |
| Binary | 11111011 | 1100101 | 1010110 | 0 | 111100 | 1000010 | 10 | 101 | 1011111 | 1000010 |
Color Harmonies of #FB6556
Complementary color
Monochromatic Colors of #FB6556
Black with #FB6556
Text Example
Text Example
White with #FB6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6556; }
p { color: rgb(251,101,86); }
H1.HeaderClassName
{
color: #FB6556;
}
.AnyTagClassName
{
color: #FB6556;
}
</style>
background-color css
<style>
a { background-color: #FB6556; }
a { background-color: rgb(251,101,86); }
div.DivClassName
{
background-color: #FB6556;
}
.BgClassName
{
background-color: #FB6556;
}
</style>
border-color css
<style>
span { border-color: #FB6556; }
span { border-color: rgb(251,101,86); }
td.TdClassName
{
border-color: #FB6556;
}
.TagClassName
{
border-color: #FB6556;
}
</style>