Shades of Tuft Bush #F4D4BB
Tints of Tuft Bush #F4D4BB
RGB
CMYK
RGB Variations
Color information
#F4D4BB (or 0xF4D4BB) is known color: Tuft Bush. HEX triplet: F4, D4 and BB. RGB value is (244,212,187). Sum of RGB (Red+Green+Blue) = 244+212+187=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D4BB is #0B2B44. Grayscale: #DADADA. Windows color (decimal): -731973 or 12309748. OLE color: 12309748.
HSL color Cylindrical-coordinate representation of color #F4D4BB: hue angle of 26.32º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4D4BB is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 187 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.04 |
| HSL | 26.32º | 0.72% | 0.85% | - |
| HSV(B) | 26.32º | 0.23% | 0.96% | - |
| XYZ | 69.82 | 69.91 | 56.83 | - |
| YUV | 218.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 187 | 0 | 0.13 | 0.23 | 0.04 | 26.32 | 0.72 | 0.85 |
| Hex | F4 | D4 | BB | 0 | D | 17 | 4 | 1A | 48 | 55 |
| Octal | 364 | 324 | 273 | 0 | 15 | 27 | 4 | 32 | 110 | 125 |
| Binary | 11110100 | 11010100 | 10111011 | 0 | 1101 | 10111 | 100 | 11010 | 1001000 | 1010101 |
Color Harmonies of #F4D4BB
Complementary color
Monochromatic Colors of #F4D4BB
Black with #F4D4BB
Text Example
Text Example
White with #F4D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D4BB; }
p { color: rgb(244,212,187); }
H1.HeaderClassName
{
color: #F4D4BB;
}
.AnyTagClassName
{
color: #F4D4BB;
}
</style>
background-color css
<style>
a { background-color: #F4D4BB; }
a { background-color: rgb(244,212,187); }
div.DivClassName
{
background-color: #F4D4BB;
}
.BgClassName
{
background-color: #F4D4BB;
}
</style>
border-color css
<style>
span { border-color: #F4D4BB; }
span { border-color: rgb(244,212,187); }
td.TdClassName
{
border-color: #F4D4BB;
}
.TagClassName
{
border-color: #F4D4BB;
}
</style>