Shades of Tuft Bush #F4D4C1
Tints of Tuft Bush #F4D4C1
RGB
CMYK
RGB Variations
Color information
#F4D4C1 (or 0xF4D4C1) is known color: Tuft Bush. HEX triplet: F4, D4 and C1. RGB value is (244,212,193). Sum of RGB (Red+Green+Blue) = 244+212+193=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D4C1 is #0B2B3E. Grayscale: #DBDBDB. Windows color (decimal): -731967 or 12702964. OLE color: 12702964.
HSL color Cylindrical-coordinate representation of color #F4D4C1: hue angle of 22.35º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4D4C1 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 193 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.04 |
| HSL | 22.35º | 0.7% | 0.86% | - |
| HSV(B) | 22.35º | 0.21% | 0.96% | - |
| XYZ | 70.48 | 70.17 | 60.28 | - |
| YUV | 219.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 193 | 0 | 0.13 | 0.21 | 0.04 | 22.35 | 0.7 | 0.86 |
| Hex | F4 | D4 | C1 | 0 | D | 15 | 4 | 16 | 46 | 56 |
| Octal | 364 | 324 | 301 | 0 | 15 | 25 | 4 | 26 | 106 | 126 |
| Binary | 11110100 | 11010100 | 11000001 | 0 | 1101 | 10101 | 100 | 10110 | 1000110 | 1010110 |
Color Harmonies of #F4D4C1
Complementary color
Monochromatic Colors of #F4D4C1
Black with #F4D4C1
Text Example
Text Example
White with #F4D4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D4C1; }
p { color: rgb(244,212,193); }
H1.HeaderClassName
{
color: #F4D4C1;
}
.AnyTagClassName
{
color: #F4D4C1;
}
</style>
background-color css
<style>
a { background-color: #F4D4C1; }
a { background-color: rgb(244,212,193); }
div.DivClassName
{
background-color: #F4D4C1;
}
.BgClassName
{
background-color: #F4D4C1;
}
</style>
border-color css
<style>
span { border-color: #F4D4C1; }
span { border-color: rgb(244,212,193); }
td.TdClassName
{
border-color: #F4D4C1;
}
.TagClassName
{
border-color: #F4D4C1;
}
</style>