Shades of Tuft Bush #FDD5BE
Tints of Tuft Bush #FDD5BE
RGB
CMYK
RGB Variations
Color information
#FDD5BE (or 0xFDD5BE) is known color: Tuft Bush. HEX triplet: FD, D5 and BE. RGB value is (253,213,190). Sum of RGB (Red+Green+Blue) = 253+213+190=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5BE is #022A41. Grayscale: #DEDEDE. Windows color (decimal): -141890 or 12506621. OLE color: 12506621.
HSL color Cylindrical-coordinate representation of color #FDD5BE: hue angle of 21.9º 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 #FDD5BE is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 190 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.01 |
| HSL | 21.9º | 0.94% | 0.87% | - |
| HSV(B) | 21.9º | 0.25% | 0.99% | - |
| XYZ | 73.6 | 72.19 | 58.77 | - |
| YUV | 222.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 190 | 0 | 0.16 | 0.25 | 0.01 | 21.9 | 0.94 | 0.87 |
| Hex | FD | D5 | BE | 0 | 10 | 19 | 1 | 16 | 5E | 57 |
| Octal | 375 | 325 | 276 | 0 | 20 | 31 | 1 | 26 | 136 | 127 |
| Binary | 11111101 | 11010101 | 10111110 | 0 | 10000 | 11001 | 1 | 10110 | 1011110 | 1010111 |
Color Harmonies of #FDD5BE
Complementary color
Monochromatic Colors of #FDD5BE
Black with #FDD5BE
Text Example
Text Example
White with #FDD5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5BE; }
p { color: rgb(253,213,190); }
H1.HeaderClassName
{
color: #FDD5BE;
}
.AnyTagClassName
{
color: #FDD5BE;
}
</style>
background-color css
<style>
a { background-color: #FDD5BE; }
a { background-color: rgb(253,213,190); }
div.DivClassName
{
background-color: #FDD5BE;
}
.BgClassName
{
background-color: #FDD5BE;
}
</style>
border-color css
<style>
span { border-color: #FDD5BE; }
span { border-color: rgb(253,213,190); }
td.TdClassName
{
border-color: #FDD5BE;
}
.TagClassName
{
border-color: #FDD5BE;
}
</style>