Shades of Tuft Bush #FDCDBA
Tints of Tuft Bush #FDCDBA
RGB
CMYK
RGB Variations
Color information
#FDCDBA (or 0xFDCDBA) is known color: Tuft Bush. HEX triplet: FD, CD and BA. RGB value is (253,205,186). Sum of RGB (Red+Green+Blue) = 253+205+186=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDBA is #023245. Grayscale: #D9D9D9. Windows color (decimal): -143942 or 12242429. OLE color: 12242429.
HSL color Cylindrical-coordinate representation of color #FDCDBA: hue angle of 17.01º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDCDBA is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 186 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.01 |
| HSL | 17.01º | 0.94% | 0.86% | - |
| HSV(B) | 17.01º | 0.26% | 0.99% | - |
| XYZ | 71.2 | 68.09 | 55.84 | - |
| YUV | 217.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 186 | 0 | 0.19 | 0.26 | 0.01 | 17.01 | 0.94 | 0.86 |
| Hex | FD | CD | BA | 0 | 13 | 1A | 1 | 11 | 5E | 56 |
| Octal | 375 | 315 | 272 | 0 | 23 | 32 | 1 | 21 | 136 | 126 |
| Binary | 11111101 | 11001101 | 10111010 | 0 | 10011 | 11010 | 1 | 10001 | 1011110 | 1010110 |
Color Harmonies of #FDCDBA
Complementary color
Monochromatic Colors of #FDCDBA
Black with #FDCDBA
Text Example
Text Example
White with #FDCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDBA; }
p { color: rgb(253,205,186); }
H1.HeaderClassName
{
color: #FDCDBA;
}
.AnyTagClassName
{
color: #FDCDBA;
}
</style>
background-color css
<style>
a { background-color: #FDCDBA; }
a { background-color: rgb(253,205,186); }
div.DivClassName
{
background-color: #FDCDBA;
}
.BgClassName
{
background-color: #FDCDBA;
}
</style>
border-color css
<style>
span { border-color: #FDCDBA; }
span { border-color: rgb(253,205,186); }
td.TdClassName
{
border-color: #FDCDBA;
}
.TagClassName
{
border-color: #FDCDBA;
}
</style>