Shades of Bittersweet #FB6867
Tints of Bittersweet #FB6867
RGB
CMYK
RGB Variations
Color information
#FB6867 (or 0xFB6867) is known color: Bittersweet. HEX triplet: FB, 68 and 67. RGB value is (251,104,103). Sum of RGB (Red+Green+Blue) = 251+104+103=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6867 is #049798. Grayscale: #939393. Windows color (decimal): -300953 or 6777083. OLE color: 6777083.
HSL color Cylindrical-coordinate representation of color #FB6867: hue angle of 0.41º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB6867 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 103 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.02 |
| HSL | 0.41º | 0.95% | 0.69% | - |
| HSV(B) | 0.41º | 0.59% | 0.98% | - |
| XYZ | 47.18 | 31.39 | 16.4 | - |
| YUV | 147.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 103 | 0 | 0.59 | 0.59 | 0.02 | 0.41 | 0.95 | 0.69 |
| Hex | FB | 68 | 67 | 0 | 3B | 3B | 2 | 0 | 5F | 45 |
| Octal | 373 | 150 | 147 | 0 | 73 | 73 | 2 | 0 | 137 | 105 |
| Binary | 11111011 | 1101000 | 1100111 | 0 | 111011 | 111011 | 10 | 0 | 1011111 | 1000101 |
Color Harmonies of #FB6867
Complementary color
Monochromatic Colors of #FB6867
Black with #FB6867
Text Example
Text Example
White with #FB6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6867; }
p { color: rgb(251,104,103); }
H1.HeaderClassName
{
color: #FB6867;
}
.AnyTagClassName
{
color: #FB6867;
}
</style>
background-color css
<style>
a { background-color: #FB6867; }
a { background-color: rgb(251,104,103); }
div.DivClassName
{
background-color: #FB6867;
}
.BgClassName
{
background-color: #FB6867;
}
</style>
border-color css
<style>
span { border-color: #FB6867; }
span { border-color: rgb(251,104,103); }
td.TdClassName
{
border-color: #FB6867;
}
.TagClassName
{
border-color: #FB6867;
}
</style>