Shades of Tuft Bush #FDD0B9
Tints of Tuft Bush #FDD0B9
RGB
CMYK
RGB Variations
Color information
#FDD0B9 (or 0xFDD0B9) is known color: Tuft Bush. HEX triplet: FD, D0 and B9. RGB value is (253,208,185). Sum of RGB (Red+Green+Blue) = 253+208+185=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 185 (72.66% from 255 or 28.64% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0B9 is #022F46. Grayscale: #DADADA. Windows color (decimal): -143175 or 12177661. OLE color: 12177661.
HSL color Cylindrical-coordinate representation of color #FDD0B9: hue angle of 20.29º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDD0B9 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 185 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.01 |
| HSL | 20.29º | 0.94% | 0.86% | - |
| HSV(B) | 20.29º | 0.27% | 0.99% | - |
| XYZ | 71.82 | 69.5 | 55.53 | - |
| YUV | 218.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 185 | 0 | 0.18 | 0.27 | 0.01 | 20.29 | 0.94 | 0.86 |
| Hex | FD | D0 | B9 | 0 | 12 | 1B | 1 | 14 | 5E | 56 |
| Octal | 375 | 320 | 271 | 0 | 22 | 33 | 1 | 24 | 136 | 126 |
| Binary | 11111101 | 11010000 | 10111001 | 0 | 10010 | 11011 | 1 | 10100 | 1011110 | 1010110 |
Color Harmonies of #FDD0B9
Complementary color
Monochromatic Colors of #FDD0B9
Black with #FDD0B9
Text Example
Text Example
White with #FDD0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0B9; }
p { color: rgb(253,208,185); }
H1.HeaderClassName
{
color: #FDD0B9;
}
.AnyTagClassName
{
color: #FDD0B9;
}
</style>
background-color css
<style>
a { background-color: #FDD0B9; }
a { background-color: rgb(253,208,185); }
div.DivClassName
{
background-color: #FDD0B9;
}
.BgClassName
{
background-color: #FDD0B9;
}
</style>
border-color css
<style>
span { border-color: #FDD0B9; }
span { border-color: rgb(253,208,185); }
td.TdClassName
{
border-color: #FDD0B9;
}
.TagClassName
{
border-color: #FDD0B9;
}
</style>