Shades of Tuft Bush #FDD7BE
Tints of Tuft Bush #FDD7BE
RGB
CMYK
RGB Variations
Color information
#FDD7BE (or 0xFDD7BE) is known color: Tuft Bush. HEX triplet: FD, D7 and BE. RGB value is (253,215,190). Sum of RGB (Red+Green+Blue) = 253+215+190=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7BE is #022841. Grayscale: #DFDFDF. Windows color (decimal): -141378 or 12507133. OLE color: 12507133.
HSL color Cylindrical-coordinate representation of color #FDD7BE: hue angle of 23.81º 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 #FDD7BE is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 190 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.01 |
| HSL | 23.81º | 0.94% | 0.87% | - |
| HSV(B) | 23.81º | 0.25% | 0.99% | - |
| XYZ | 74.1 | 73.2 | 58.94 | - |
| YUV | 223.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 190 | 0 | 0.15 | 0.25 | 0.01 | 23.81 | 0.94 | 0.87 |
| Hex | FD | D7 | BE | 0 | F | 19 | 1 | 18 | 5E | 57 |
| Octal | 375 | 327 | 276 | 0 | 17 | 31 | 1 | 30 | 136 | 127 |
| Binary | 11111101 | 11010111 | 10111110 | 0 | 1111 | 11001 | 1 | 11000 | 1011110 | 1010111 |
Color Harmonies of #FDD7BE
Complementary color
Monochromatic Colors of #FDD7BE
Black with #FDD7BE
Text Example
Text Example
White with #FDD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7BE; }
p { color: rgb(253,215,190); }
H1.HeaderClassName
{
color: #FDD7BE;
}
.AnyTagClassName
{
color: #FDD7BE;
}
</style>
background-color css
<style>
a { background-color: #FDD7BE; }
a { background-color: rgb(253,215,190); }
div.DivClassName
{
background-color: #FDD7BE;
}
.BgClassName
{
background-color: #FDD7BE;
}
</style>
border-color css
<style>
span { border-color: #FDD7BE; }
span { border-color: rgb(253,215,190); }
td.TdClassName
{
border-color: #FDD7BE;
}
.TagClassName
{
border-color: #FDD7BE;
}
</style>