Shades of Tuft Bush #FDD2C2
Tints of Tuft Bush #FDD2C2
RGB
CMYK
RGB Variations
Color information
#FDD2C2 (or 0xFDD2C2) is known color: Tuft Bush. HEX triplet: FD, D2 and C2. RGB value is (253,210,194). Sum of RGB (Red+Green+Blue) = 253+210+194=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2C2 is #022D3D. Grayscale: #DDDDDD. Windows color (decimal): -142654 or 12767997. OLE color: 12767997.
HSL color Cylindrical-coordinate representation of color #FDD2C2: hue angle of 16.27º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDD2C2 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 194 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.01 |
| HSL | 16.27º | 0.94% | 0.88% | - |
| HSV(B) | 16.27º | 0.23% | 0.99% | - |
| XYZ | 73.29 | 70.87 | 60.86 | - |
| YUV | 221.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 194 | 0 | 0.17 | 0.23 | 0.01 | 16.27 | 0.94 | 0.88 |
| Hex | FD | D2 | C2 | 0 | 11 | 17 | 1 | 10 | 5E | 58 |
| Octal | 375 | 322 | 302 | 0 | 21 | 27 | 1 | 20 | 136 | 130 |
| Binary | 11111101 | 11010010 | 11000010 | 0 | 10001 | 10111 | 1 | 10000 | 1011110 | 1011000 |
Color Harmonies of #FDD2C2
Complementary color
Monochromatic Colors of #FDD2C2
Black with #FDD2C2
Text Example
Text Example
White with #FDD2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2C2; }
p { color: rgb(253,210,194); }
H1.HeaderClassName
{
color: #FDD2C2;
}
.AnyTagClassName
{
color: #FDD2C2;
}
</style>
background-color css
<style>
a { background-color: #FDD2C2; }
a { background-color: rgb(253,210,194); }
div.DivClassName
{
background-color: #FDD2C2;
}
.BgClassName
{
background-color: #FDD2C2;
}
</style>
border-color css
<style>
span { border-color: #FDD2C2; }
span { border-color: rgb(253,210,194); }
td.TdClassName
{
border-color: #FDD2C2;
}
.TagClassName
{
border-color: #FDD2C2;
}
</style>