Shades of Tuft Bush #FDD1BA
Tints of Tuft Bush #FDD1BA
RGB
CMYK
RGB Variations
Color information
#FDD1BA (or 0xFDD1BA) is known color: Tuft Bush. HEX triplet: FD, D1 and BA. RGB value is (253,209,186). Sum of RGB (Red+Green+Blue) = 253+209+186=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1BA is #022E45. Grayscale: #DBDBDB. Windows color (decimal): -142918 or 12243453. OLE color: 12243453.
HSL color Cylindrical-coordinate representation of color #FDD1BA: hue angle of 20.6º 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 #FDD1BA is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 186 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.01 |
| HSL | 20.6º | 0.94% | 0.86% | - |
| HSV(B) | 20.6º | 0.26% | 0.99% | - |
| XYZ | 72.17 | 70.03 | 56.17 | - |
| YUV | 219.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 186 | 0 | 0.17 | 0.26 | 0.01 | 20.6 | 0.94 | 0.86 |
| Hex | FD | D1 | BA | 0 | 11 | 1A | 1 | 15 | 5E | 56 |
| Octal | 375 | 321 | 272 | 0 | 21 | 32 | 1 | 25 | 136 | 126 |
| Binary | 11111101 | 11010001 | 10111010 | 0 | 10001 | 11010 | 1 | 10101 | 1011110 | 1010110 |
Color Harmonies of #FDD1BA
Complementary color
Monochromatic Colors of #FDD1BA
Black with #FDD1BA
Text Example
Text Example
White with #FDD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1BA; }
p { color: rgb(253,209,186); }
H1.HeaderClassName
{
color: #FDD1BA;
}
.AnyTagClassName
{
color: #FDD1BA;
}
</style>
background-color css
<style>
a { background-color: #FDD1BA; }
a { background-color: rgb(253,209,186); }
div.DivClassName
{
background-color: #FDD1BA;
}
.BgClassName
{
background-color: #FDD1BA;
}
</style>
border-color css
<style>
span { border-color: #FDD1BA; }
span { border-color: rgb(253,209,186); }
td.TdClassName
{
border-color: #FDD1BA;
}
.TagClassName
{
border-color: #FDD1BA;
}
</style>