Shades of Tuft Bush #FDD3BD
Tints of Tuft Bush #FDD3BD
RGB
CMYK
RGB Variations
Color information
#FDD3BD (or 0xFDD3BD) is known color: Tuft Bush. HEX triplet: FD, D3 and BD. RGB value is (253,211,189). Sum of RGB (Red+Green+Blue) = 253+211+189=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3BD is #022C42. Grayscale: #DDDDDD. Windows color (decimal): -142403 or 12440573. OLE color: 12440573.
HSL color Cylindrical-coordinate representation of color #FDD3BD: hue angle of 20.62º 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 #FDD3BD is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 189 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.01 |
| HSL | 20.63º | 0.94% | 0.87% | - |
| HSV(B) | 20.63º | 0.25% | 0.99% | - |
| XYZ | 72.99 | 71.15 | 58.03 | - |
| YUV | 221.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 189 | 0 | 0.17 | 0.25 | 0.01 | 20.63 | 0.94 | 0.87 |
| Hex | FD | D3 | BD | 0 | 11 | 19 | 1 | 15 | 5E | 57 |
| Octal | 375 | 323 | 275 | 0 | 21 | 31 | 1 | 25 | 136 | 127 |
| Binary | 11111101 | 11010011 | 10111101 | 0 | 10001 | 11001 | 1 | 10101 | 1011110 | 1010111 |
Color Harmonies of #FDD3BD
Complementary color
Monochromatic Colors of #FDD3BD
Black with #FDD3BD
Text Example
Text Example
White with #FDD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3BD; }
p { color: rgb(253,211,189); }
H1.HeaderClassName
{
color: #FDD3BD;
}
.AnyTagClassName
{
color: #FDD3BD;
}
</style>
background-color css
<style>
a { background-color: #FDD3BD; }
a { background-color: rgb(253,211,189); }
div.DivClassName
{
background-color: #FDD3BD;
}
.BgClassName
{
background-color: #FDD3BD;
}
</style>
border-color css
<style>
span { border-color: #FDD3BD; }
span { border-color: rgb(253,211,189); }
td.TdClassName
{
border-color: #FDD3BD;
}
.TagClassName
{
border-color: #FDD3BD;
}
</style>