Shades of Bittersweet #FB6D6B
Tints of Bittersweet #FB6D6B
RGB
CMYK
RGB Variations
Color information
#FB6D6B (or 0xFB6D6B) is known color: Bittersweet. HEX triplet: FB, 6D and 6B. RGB value is (251,109,107). Sum of RGB (Red+Green+Blue) = 251+109+107=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6D6B is #049294. Grayscale: #979797. Windows color (decimal): -299669 or 7040507. OLE color: 7040507.
HSL color Cylindrical-coordinate representation of color #FB6D6B: hue angle of 0.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6D6B is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 107 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.02 |
| HSL | 0.83º | 0.95% | 0.7% | - |
| HSV(B) | 0.83º | 0.57% | 0.98% | - |
| XYZ | 47.91 | 32.51 | 17.66 | - |
| YUV | 151.23 | 103.04 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 107 | 0 | 0.57 | 0.57 | 0.02 | 0.83 | 0.95 | 0.7 |
| Hex | FB | 6D | 6B | 0 | 39 | 39 | 2 | 1 | 5F | 46 |
| Octal | 373 | 155 | 153 | 0 | 71 | 71 | 2 | 1 | 137 | 106 |
| Binary | 11111011 | 1101101 | 1101011 | 0 | 111001 | 111001 | 10 | 1 | 1011111 | 1000110 |
Color Harmonies of #FB6D6B
Complementary color
Monochromatic Colors of #FB6D6B
Black with #FB6D6B
Text Example
Text Example
White with #FB6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6D6B; }
p { color: rgb(251,109,107); }
H1.HeaderClassName
{
color: #FB6D6B;
}
.AnyTagClassName
{
color: #FB6D6B;
}
</style>
background-color css
<style>
a { background-color: #FB6D6B; }
a { background-color: rgb(251,109,107); }
div.DivClassName
{
background-color: #FB6D6B;
}
.BgClassName
{
background-color: #FB6D6B;
}
</style>
border-color css
<style>
span { border-color: #FB6D6B; }
span { border-color: rgb(251,109,107); }
td.TdClassName
{
border-color: #FB6D6B;
}
.TagClassName
{
border-color: #FB6D6B;
}
</style>