Shades of Tuft Bush #F2D2BD
Tints of Tuft Bush #F2D2BD
RGB
CMYK
RGB Variations
Color information
#F2D2BD (or 0xF2D2BD) is known color: Tuft Bush. HEX triplet: F2, D2 and BD. RGB value is (242,210,189). Sum of RGB (Red+Green+Blue) = 242+210+189=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2BD is #0D2D42. Grayscale: #D9D9D9. Windows color (decimal): -863555 or 12440306. OLE color: 12440306.
HSL color Cylindrical-coordinate representation of color #F2D2BD: hue angle of 23.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2D2BD is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 189 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.05 |
| HSL | 23.77º | 0.67% | 0.85% | - |
| HSV(B) | 23.77º | 0.22% | 0.95% | - |
| XYZ | 68.85 | 68.64 | 57.77 | - |
| YUV | 217.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 189 | 0 | 0.13 | 0.22 | 0.05 | 23.77 | 0.67 | 0.85 |
| Hex | F2 | D2 | BD | 0 | D | 16 | 5 | 18 | 43 | 55 |
| Octal | 362 | 322 | 275 | 0 | 15 | 26 | 5 | 30 | 103 | 125 |
| Binary | 11110010 | 11010010 | 10111101 | 0 | 1101 | 10110 | 101 | 11000 | 1000011 | 1010101 |
Color Harmonies of #F2D2BD
Complementary color
Monochromatic Colors of #F2D2BD
Black with #F2D2BD
Text Example
Text Example
White with #F2D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2BD; }
p { color: rgb(242,210,189); }
H1.HeaderClassName
{
color: #F2D2BD;
}
.AnyTagClassName
{
color: #F2D2BD;
}
</style>
background-color css
<style>
a { background-color: #F2D2BD; }
a { background-color: rgb(242,210,189); }
div.DivClassName
{
background-color: #F2D2BD;
}
.BgClassName
{
background-color: #F2D2BD;
}
</style>
border-color css
<style>
span { border-color: #F2D2BD; }
span { border-color: rgb(242,210,189); }
td.TdClassName
{
border-color: #F2D2BD;
}
.TagClassName
{
border-color: #F2D2BD;
}
</style>