Shades of Bittersweet #FB6C66
Tints of Bittersweet #FB6C66
RGB
CMYK
RGB Variations
Color information
#FB6C66 (or 0xFB6C66) is known color: Bittersweet. HEX triplet: FB, 6C and 66. RGB value is (251,108,102). Sum of RGB (Red+Green+Blue) = 251+108+102=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6C66 is #049399. Grayscale: #969696. Windows color (decimal): -299930 or 6712571. OLE color: 6712571.
HSL color Cylindrical-coordinate representation of color #FB6C66: hue angle of 2.42º 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 #FB6C66 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 102 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.02 |
| HSL | 2.42º | 0.95% | 0.69% | - |
| HSV(B) | 2.42º | 0.59% | 0.98% | - |
| XYZ | 47.54 | 32.19 | 16.28 | - |
| YUV | 150.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 102 | 0 | 0.57 | 0.59 | 0.02 | 2.42 | 0.95 | 0.69 |
| Hex | FB | 6C | 66 | 0 | 39 | 3B | 2 | 2 | 5F | 45 |
| Octal | 373 | 154 | 146 | 0 | 71 | 73 | 2 | 2 | 137 | 105 |
| Binary | 11111011 | 1101100 | 1100110 | 0 | 111001 | 111011 | 10 | 10 | 1011111 | 1000101 |
Color Harmonies of #FB6C66
Complementary color
Monochromatic Colors of #FB6C66
Black with #FB6C66
Text Example
Text Example
White with #FB6C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6C66; }
p { color: rgb(251,108,102); }
H1.HeaderClassName
{
color: #FB6C66;
}
.AnyTagClassName
{
color: #FB6C66;
}
</style>
background-color css
<style>
a { background-color: #FB6C66; }
a { background-color: rgb(251,108,102); }
div.DivClassName
{
background-color: #FB6C66;
}
.BgClassName
{
background-color: #FB6C66;
}
</style>
border-color css
<style>
span { border-color: #FB6C66; }
span { border-color: rgb(251,108,102); }
td.TdClassName
{
border-color: #FB6C66;
}
.TagClassName
{
border-color: #FB6C66;
}
</style>