Shades of Bittersweet #FE7668
Tints of Bittersweet #FE7668
RGB
CMYK
RGB Variations
Color information
#FE7668 (or 0xFE7668) is known color: Bittersweet. HEX triplet: FE, 76 and 68. RGB value is (254,118,104). Sum of RGB (Red+Green+Blue) = 254+118+104=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7668 is #018997. Grayscale: #9D9D9D. Windows color (decimal): -100760 or 6846206. OLE color: 6846206.
HSL color Cylindrical-coordinate representation of color #FE7668: hue angle of 5.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE7668 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 104 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.00 |
| HSL | 5.6º | 0.99% | 0.7% | - |
| HSV(B) | 5.6º | 0.59% | 1% | - |
| XYZ | 49.85 | 35.03 | 17.23 | - |
| YUV | 157.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 104 | 0 | 0.54 | 0.59 | 0.00 | 5.6 | 0.99 | 0.7 |
| Hex | FE | 76 | 68 | 0 | 36 | 3B | 0 | 6 | 63 | 46 |
| Octal | 376 | 166 | 150 | 0 | 66 | 73 | 0 | 6 | 143 | 106 |
| Binary | 11111110 | 1110110 | 1101000 | 0 | 110110 | 111011 | 0 | 110 | 1100011 | 1000110 |
Color Harmonies of #FE7668
Complementary color
Monochromatic Colors of #FE7668
Black with #FE7668
Text Example
Text Example
White with #FE7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7668; }
p { color: rgb(254,118,104); }
H1.HeaderClassName
{
color: #FE7668;
}
.AnyTagClassName
{
color: #FE7668;
}
</style>
background-color css
<style>
a { background-color: #FE7668; }
a { background-color: rgb(254,118,104); }
div.DivClassName
{
background-color: #FE7668;
}
.BgClassName
{
background-color: #FE7668;
}
</style>
border-color css
<style>
span { border-color: #FE7668; }
span { border-color: rgb(254,118,104); }
td.TdClassName
{
border-color: #FE7668;
}
.TagClassName
{
border-color: #FE7668;
}
</style>