Shades of Tuft Bush #F2D4C4
Tints of Tuft Bush #F2D4C4
RGB
CMYK
RGB Variations
Color information
#F2D4C4 (or 0xF2D4C4) is known color: Tuft Bush. HEX triplet: F2, D4 and C4. RGB value is (242,212,196). Sum of RGB (Red+Green+Blue) = 242+212+196=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D4C4 is #0D2B3B. Grayscale: #DBDBDB. Windows color (decimal): -863036 or 12899570. OLE color: 12899570.
HSL color Cylindrical-coordinate representation of color #F2D4C4: hue angle of 20.87º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2D4C4 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 196 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.05 |
| HSL | 20.87º | 0.64% | 0.86% | - |
| HSV(B) | 20.87º | 0.19% | 0.95% | - |
| XYZ | 70.13 | 69.95 | 62.03 | - |
| YUV | 219.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 196 | 0 | 0.12 | 0.19 | 0.05 | 20.87 | 0.64 | 0.86 |
| Hex | F2 | D4 | C4 | 0 | C | 13 | 5 | 15 | 40 | 56 |
| Octal | 362 | 324 | 304 | 0 | 14 | 23 | 5 | 25 | 100 | 126 |
| Binary | 11110010 | 11010100 | 11000100 | 0 | 1100 | 10011 | 101 | 10101 | 1000000 | 1010110 |
Color Harmonies of #F2D4C4
Complementary color
Monochromatic Colors of #F2D4C4
Black with #F2D4C4
Text Example
Text Example
White with #F2D4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D4C4; }
p { color: rgb(242,212,196); }
H1.HeaderClassName
{
color: #F2D4C4;
}
.AnyTagClassName
{
color: #F2D4C4;
}
</style>
background-color css
<style>
a { background-color: #F2D4C4; }
a { background-color: rgb(242,212,196); }
div.DivClassName
{
background-color: #F2D4C4;
}
.BgClassName
{
background-color: #F2D4C4;
}
</style>
border-color css
<style>
span { border-color: #F2D4C4; }
span { border-color: rgb(242,212,196); }
td.TdClassName
{
border-color: #F2D4C4;
}
.TagClassName
{
border-color: #F2D4C4;
}
</style>