Shades of Bittersweet #FB6E6A
Tints of Bittersweet #FB6E6A
RGB
CMYK
RGB Variations
Color information
#FB6E6A (or 0xFB6E6A) is known color: Bittersweet. HEX triplet: FB, 6E and 6A. RGB value is (251,110,106). Sum of RGB (Red+Green+Blue) = 251+110+106=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6E6A is #049195. Grayscale: #979797. Windows color (decimal): -299414 or 6975227. OLE color: 6975227.
HSL color Cylindrical-coordinate representation of color #FB6E6A: hue angle of 1.66º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6E6A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 106 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.02 |
| HSL | 1.66º | 0.95% | 0.7% | - |
| HSV(B) | 1.66º | 0.58% | 0.98% | - |
| XYZ | 47.96 | 32.7 | 17.42 | - |
| YUV | 151.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 106 | 0 | 0.56 | 0.58 | 0.02 | 1.66 | 0.95 | 0.7 |
| Hex | FB | 6E | 6A | 0 | 38 | 3A | 2 | 2 | 5F | 46 |
| Octal | 373 | 156 | 152 | 0 | 70 | 72 | 2 | 2 | 137 | 106 |
| Binary | 11111011 | 1101110 | 1101010 | 0 | 111000 | 111010 | 10 | 10 | 1011111 | 1000110 |
Color Harmonies of #FB6E6A
Complementary color
Monochromatic Colors of #FB6E6A
Black with #FB6E6A
Text Example
Text Example
White with #FB6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6E6A; }
p { color: rgb(251,110,106); }
H1.HeaderClassName
{
color: #FB6E6A;
}
.AnyTagClassName
{
color: #FB6E6A;
}
</style>
background-color css
<style>
a { background-color: #FB6E6A; }
a { background-color: rgb(251,110,106); }
div.DivClassName
{
background-color: #FB6E6A;
}
.BgClassName
{
background-color: #FB6E6A;
}
</style>
border-color css
<style>
span { border-color: #FB6E6A; }
span { border-color: rgb(251,110,106); }
td.TdClassName
{
border-color: #FB6E6A;
}
.TagClassName
{
border-color: #FB6E6A;
}
</style>