Shades of Tuft Bush #FDD7BD
Tints of Tuft Bush #FDD7BD
RGB
CMYK
RGB Variations
Color information
#FDD7BD (or 0xFDD7BD) is known color: Tuft Bush. HEX triplet: FD, D7 and BD. RGB value is (253,215,189). Sum of RGB (Red+Green+Blue) = 253+215+189=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7BD is #022842. Grayscale: #DFDFDF. Windows color (decimal): -141379 or 12441597. OLE color: 12441597.
HSL color Cylindrical-coordinate representation of color #FDD7BD: hue angle of 24.38º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDD7BD is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 189 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.01 |
| HSL | 24.38º | 0.94% | 0.87% | - |
| HSV(B) | 24.38º | 0.25% | 0.99% | - |
| XYZ | 73.99 | 73.16 | 58.37 | - |
| YUV | 223.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 189 | 0 | 0.15 | 0.25 | 0.01 | 24.38 | 0.94 | 0.87 |
| Hex | FD | D7 | BD | 0 | F | 19 | 1 | 18 | 5E | 57 |
| Octal | 375 | 327 | 275 | 0 | 17 | 31 | 1 | 30 | 136 | 127 |
| Binary | 11111101 | 11010111 | 10111101 | 0 | 1111 | 11001 | 1 | 11000 | 1011110 | 1010111 |
Color Harmonies of #FDD7BD
Complementary color
Monochromatic Colors of #FDD7BD
Black with #FDD7BD
Text Example
Text Example
White with #FDD7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7BD; }
p { color: rgb(253,215,189); }
H1.HeaderClassName
{
color: #FDD7BD;
}
.AnyTagClassName
{
color: #FDD7BD;
}
</style>
background-color css
<style>
a { background-color: #FDD7BD; }
a { background-color: rgb(253,215,189); }
div.DivClassName
{
background-color: #FDD7BD;
}
.BgClassName
{
background-color: #FDD7BD;
}
</style>
border-color css
<style>
span { border-color: #FDD7BD; }
span { border-color: rgb(253,215,189); }
td.TdClassName
{
border-color: #FDD7BD;
}
.TagClassName
{
border-color: #FDD7BD;
}
</style>