Shades of Bittersweet #FD6E68
Tints of Bittersweet #FD6E68
RGB
CMYK
RGB Variations
Color information
#FD6E68 (or 0xFD6E68) is known color: Bittersweet. HEX triplet: FD, 6E and 68. RGB value is (253,110,104). Sum of RGB (Red+Green+Blue) = 253+110+104=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6E68 is #029197. Grayscale: #989898. Windows color (decimal): -168344 or 6844157. OLE color: 6844157.
HSL color Cylindrical-coordinate representation of color #FD6E68: hue angle of 2.42º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD6E68 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 110 | 104 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.01 |
| HSL | 2.42º | 0.97% | 0.7% | - |
| HSV(B) | 2.42º | 0.59% | 0.99% | - |
| XYZ | 48.58 | 33.03 | 16.91 | - |
| YUV | 152.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 110 | 104 | 0 | 0.57 | 0.59 | 0.01 | 2.42 | 0.97 | 0.7 |
| Hex | FD | 6E | 68 | 0 | 39 | 3B | 1 | 2 | 61 | 46 |
| Octal | 375 | 156 | 150 | 0 | 71 | 73 | 1 | 2 | 141 | 106 |
| Binary | 11111101 | 1101110 | 1101000 | 0 | 111001 | 111011 | 1 | 10 | 1100001 | 1000110 |
Color Harmonies of #FD6E68
Complementary color
Monochromatic Colors of #FD6E68
Black with #FD6E68
Text Example
Text Example
White with #FD6E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6E68; }
p { color: rgb(253,110,104); }
H1.HeaderClassName
{
color: #FD6E68;
}
.AnyTagClassName
{
color: #FD6E68;
}
</style>
background-color css
<style>
a { background-color: #FD6E68; }
a { background-color: rgb(253,110,104); }
div.DivClassName
{
background-color: #FD6E68;
}
.BgClassName
{
background-color: #FD6E68;
}
</style>
border-color css
<style>
span { border-color: #FD6E68; }
span { border-color: rgb(253,110,104); }
td.TdClassName
{
border-color: #FD6E68;
}
.TagClassName
{
border-color: #FD6E68;
}
</style>