Shades of Tuft Bush #F4D6BF
Tints of Tuft Bush #F4D6BF
RGB
CMYK
RGB Variations
Color information
#F4D6BF (or 0xF4D6BF) is known color: Tuft Bush. HEX triplet: F4, D6 and BF. RGB value is (244,214,191). Sum of RGB (Red+Green+Blue) = 244+214+191=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D6BF is #0B2940. Grayscale: #DCDCDC. Windows color (decimal): -731457 or 12572404. OLE color: 12572404.
HSL color Cylindrical-coordinate representation of color #F4D6BF: hue angle of 26.04º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4D6BF is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 191 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.04 |
| HSL | 26.04º | 0.71% | 0.85% | - |
| HSV(B) | 26.04º | 0.22% | 0.96% | - |
| XYZ | 70.76 | 71.09 | 59.28 | - |
| YUV | 220.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 191 | 0 | 0.12 | 0.22 | 0.04 | 26.04 | 0.71 | 0.85 |
| Hex | F4 | D6 | BF | 0 | C | 16 | 4 | 1A | 47 | 55 |
| Octal | 364 | 326 | 277 | 0 | 14 | 26 | 4 | 32 | 107 | 125 |
| Binary | 11110100 | 11010110 | 10111111 | 0 | 1100 | 10110 | 100 | 11010 | 1000111 | 1010101 |
Color Harmonies of #F4D6BF
Complementary color
Monochromatic Colors of #F4D6BF
Black with #F4D6BF
Text Example
Text Example
White with #F4D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D6BF; }
p { color: rgb(244,214,191); }
H1.HeaderClassName
{
color: #F4D6BF;
}
.AnyTagClassName
{
color: #F4D6BF;
}
</style>
background-color css
<style>
a { background-color: #F4D6BF; }
a { background-color: rgb(244,214,191); }
div.DivClassName
{
background-color: #F4D6BF;
}
.BgClassName
{
background-color: #F4D6BF;
}
</style>
border-color css
<style>
span { border-color: #F4D6BF; }
span { border-color: rgb(244,214,191); }
td.TdClassName
{
border-color: #F4D6BF;
}
.TagClassName
{
border-color: #F4D6BF;
}
</style>