Shades of Tuft Bush #FDD0C0
Tints of Tuft Bush #FDD0C0
RGB
CMYK
RGB Variations
Color information
#FDD0C0 (or 0xFDD0C0) is known color: Tuft Bush. HEX triplet: FD, D0 and C0. RGB value is (253,208,192). Sum of RGB (Red+Green+Blue) = 253+208+192=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0C0 is #022F3F. Grayscale: #DBDBDB. Windows color (decimal): -143168 or 12636413. OLE color: 12636413.
HSL color Cylindrical-coordinate representation of color #FDD0C0: hue angle of 15.74º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDD0C0 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 192 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.01 |
| HSL | 15.74º | 0.94% | 0.87% | - |
| HSV(B) | 15.74º | 0.24% | 0.99% | - |
| XYZ | 72.58 | 69.8 | 59.52 | - |
| YUV | 219.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 192 | 0 | 0.18 | 0.24 | 0.01 | 15.74 | 0.94 | 0.87 |
| Hex | FD | D0 | C0 | 0 | 12 | 18 | 1 | 10 | 5E | 57 |
| Octal | 375 | 320 | 300 | 0 | 22 | 30 | 1 | 20 | 136 | 127 |
| Binary | 11111101 | 11010000 | 11000000 | 0 | 10010 | 11000 | 1 | 10000 | 1011110 | 1010111 |
Color Harmonies of #FDD0C0
Complementary color
Monochromatic Colors of #FDD0C0
Black with #FDD0C0
Text Example
Text Example
White with #FDD0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0C0; }
p { color: rgb(253,208,192); }
H1.HeaderClassName
{
color: #FDD0C0;
}
.AnyTagClassName
{
color: #FDD0C0;
}
</style>
background-color css
<style>
a { background-color: #FDD0C0; }
a { background-color: rgb(253,208,192); }
div.DivClassName
{
background-color: #FDD0C0;
}
.BgClassName
{
background-color: #FDD0C0;
}
</style>
border-color css
<style>
span { border-color: #FDD0C0; }
span { border-color: rgb(253,208,192); }
td.TdClassName
{
border-color: #FDD0C0;
}
.TagClassName
{
border-color: #FDD0C0;
}
</style>