Shades of Tuft Bush #FDD5BD
Tints of Tuft Bush #FDD5BD
RGB
CMYK
RGB Variations
Color information
#FDD5BD (or 0xFDD5BD) is known color: Tuft Bush. HEX triplet: FD, D5 and BD. RGB value is (253,213,189). Sum of RGB (Red+Green+Blue) = 253+213+189=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5BD is #022A42. Grayscale: #DEDEDE. Windows color (decimal): -141891 or 12441085. OLE color: 12441085.
HSL color Cylindrical-coordinate representation of color #FDD5BD: hue angle of 22.5º 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 #FDD5BD is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 189 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.01 |
| HSL | 22.5º | 0.94% | 0.87% | - |
| HSV(B) | 22.5º | 0.25% | 0.99% | - |
| XYZ | 73.49 | 72.15 | 58.2 | - |
| YUV | 222.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 189 | 0 | 0.16 | 0.25 | 0.01 | 22.5 | 0.94 | 0.87 |
| Hex | FD | D5 | BD | 0 | 10 | 19 | 1 | 16 | 5E | 57 |
| Octal | 375 | 325 | 275 | 0 | 20 | 31 | 1 | 26 | 136 | 127 |
| Binary | 11111101 | 11010101 | 10111101 | 0 | 10000 | 11001 | 1 | 10110 | 1011110 | 1010111 |
Color Harmonies of #FDD5BD
Complementary color
Monochromatic Colors of #FDD5BD
Black with #FDD5BD
Text Example
Text Example
White with #FDD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5BD; }
p { color: rgb(253,213,189); }
H1.HeaderClassName
{
color: #FDD5BD;
}
.AnyTagClassName
{
color: #FDD5BD;
}
</style>
background-color css
<style>
a { background-color: #FDD5BD; }
a { background-color: rgb(253,213,189); }
div.DivClassName
{
background-color: #FDD5BD;
}
.BgClassName
{
background-color: #FDD5BD;
}
</style>
border-color css
<style>
span { border-color: #FDD5BD; }
span { border-color: rgb(253,213,189); }
td.TdClassName
{
border-color: #FDD5BD;
}
.TagClassName
{
border-color: #FDD5BD;
}
</style>