Shades of Tuft Bush #FFD2BB
Tints of Tuft Bush #FFD2BB
RGB
CMYK
RGB Variations
Color information
#FFD2BB (or 0xFFD2BB) is known color: Tuft Bush. HEX triplet: FF, D2 and BB. RGB value is (255,210,187). Sum of RGB (Red+Green+Blue) = 255+210+187=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2BB is #002D44. Grayscale: #DCDCDC. Windows color (decimal): -11589 or 12309247. OLE color: 12309247.
HSL color Cylindrical-coordinate representation of color #FFD2BB: hue angle of 20.29º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFD2BB is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 187 | - |
| CMYK | 0 | 0.18 | 0.27 | 0 |
| HSL | 20.29º | 1% | 0.87% | - |
| HSV(B) | 20.29º | 0.27% | 1% | - |
| XYZ | 73.26 | 70.94 | 56.85 | - |
| YUV | 220.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 187 | 0 | 0.18 | 0.27 | 0 | 20.29 | 1 | 0.87 |
| Hex | FF | D2 | BB | 0 | 12 | 1B | 0 | 14 | 64 | 57 |
| Octal | 377 | 322 | 273 | 0 | 22 | 33 | 0 | 24 | 144 | 127 |
| Binary | 11111111 | 11010010 | 10111011 | 0 | 10010 | 11011 | 0 | 10100 | 1100100 | 1010111 |
Color Harmonies of #FFD2BB
Complementary color
Monochromatic Colors of #FFD2BB
Black with #FFD2BB
Text Example
Text Example
White with #FFD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2BB; }
p { color: rgb(255,210,187); }
H1.HeaderClassName
{
color: #FFD2BB;
}
.AnyTagClassName
{
color: #FFD2BB;
}
</style>
background-color css
<style>
a { background-color: #FFD2BB; }
a { background-color: rgb(255,210,187); }
div.DivClassName
{
background-color: #FFD2BB;
}
.BgClassName
{
background-color: #FFD2BB;
}
</style>
border-color css
<style>
span { border-color: #FFD2BB; }
span { border-color: rgb(255,210,187); }
td.TdClassName
{
border-color: #FFD2BB;
}
.TagClassName
{
border-color: #FFD2BB;
}
</style>