Shades of Bittersweet #FB6D68
Tints of Bittersweet #FB6D68
RGB
CMYK
RGB Variations
Color information
#FB6D68 (or 0xFB6D68) is known color: Bittersweet. HEX triplet: FB, 6D and 68. RGB value is (251,109,104). Sum of RGB (Red+Green+Blue) = 251+109+104=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6D68 is #049297. Grayscale: #979797. Windows color (decimal): -299672 or 6843899. OLE color: 6843899.
HSL color Cylindrical-coordinate representation of color #FB6D68: hue angle of 2.04º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB6D68 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 104 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.02 |
| HSL | 2.04º | 0.95% | 0.7% | - |
| HSV(B) | 2.04º | 0.59% | 0.98% | - |
| XYZ | 47.75 | 32.45 | 16.84 | - |
| YUV | 150.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 104 | 0 | 0.57 | 0.59 | 0.02 | 2.04 | 0.95 | 0.7 |
| Hex | FB | 6D | 68 | 0 | 39 | 3B | 2 | 2 | 5F | 46 |
| Octal | 373 | 155 | 150 | 0 | 71 | 73 | 2 | 2 | 137 | 106 |
| Binary | 11111011 | 1101101 | 1101000 | 0 | 111001 | 111011 | 10 | 10 | 1011111 | 1000110 |
Color Harmonies of #FB6D68
Complementary color
Monochromatic Colors of #FB6D68
Black with #FB6D68
Text Example
Text Example
White with #FB6D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6D68; }
p { color: rgb(251,109,104); }
H1.HeaderClassName
{
color: #FB6D68;
}
.AnyTagClassName
{
color: #FB6D68;
}
</style>
background-color css
<style>
a { background-color: #FB6D68; }
a { background-color: rgb(251,109,104); }
div.DivClassName
{
background-color: #FB6D68;
}
.BgClassName
{
background-color: #FB6D68;
}
</style>
border-color css
<style>
span { border-color: #FB6D68; }
span { border-color: rgb(251,109,104); }
td.TdClassName
{
border-color: #FB6D68;
}
.TagClassName
{
border-color: #FB6D68;
}
</style>