Shades of Bittersweet #FB6766
Tints of Bittersweet #FB6766
RGB
CMYK
RGB Variations
Color information
#FB6766 (or 0xFB6766) is known color: Bittersweet. HEX triplet: FB, 67 and 66. RGB value is (251,103,102). Sum of RGB (Red+Green+Blue) = 251+103+102=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6766 is #049899. Grayscale: #939393. Windows color (decimal): -301210 or 6711291. OLE color: 6711291.
HSL color Cylindrical-coordinate representation of color #FB6766: hue angle of 0.4º 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 #FB6766 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 102 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.02 |
| HSL | 0.4º | 0.95% | 0.69% | - |
| HSV(B) | 0.4º | 0.59% | 0.98% | - |
| XYZ | 47.03 | 31.17 | 16.11 | - |
| YUV | 147.14 | 102.53 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 102 | 0 | 0.59 | 0.59 | 0.02 | 0.4 | 0.95 | 0.69 |
| Hex | FB | 67 | 66 | 0 | 3B | 3B | 2 | 0 | 5F | 45 |
| Octal | 373 | 147 | 146 | 0 | 73 | 73 | 2 | 0 | 137 | 105 |
| Binary | 11111011 | 1100111 | 1100110 | 0 | 111011 | 111011 | 10 | 0 | 1011111 | 1000101 |
Color Harmonies of #FB6766
Complementary color
Monochromatic Colors of #FB6766
Black with #FB6766
Text Example
Text Example
White with #FB6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6766; }
p { color: rgb(251,103,102); }
H1.HeaderClassName
{
color: #FB6766;
}
.AnyTagClassName
{
color: #FB6766;
}
</style>
background-color css
<style>
a { background-color: #FB6766; }
a { background-color: rgb(251,103,102); }
div.DivClassName
{
background-color: #FB6766;
}
.BgClassName
{
background-color: #FB6766;
}
</style>
border-color css
<style>
span { border-color: #FB6766; }
span { border-color: rgb(251,103,102); }
td.TdClassName
{
border-color: #FB6766;
}
.TagClassName
{
border-color: #FB6766;
}
</style>