Shades of Tuft Bush #FDD3BA
Tints of Tuft Bush #FDD3BA
RGB
CMYK
RGB Variations
Color information
#FDD3BA (or 0xFDD3BA) is known color: Tuft Bush. HEX triplet: FD, D3 and BA. RGB value is (253,211,186). Sum of RGB (Red+Green+Blue) = 253+211+186=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3BA is #022C45. Grayscale: #DCDCDC. Windows color (decimal): -142406 or 12243965. OLE color: 12243965.
HSL color Cylindrical-coordinate representation of color #FDD3BA: hue angle of 22.39º 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 #FDD3BA is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 186 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.01 |
| HSL | 22.39º | 0.94% | 0.86% | - |
| HSV(B) | 22.39º | 0.26% | 0.99% | - |
| XYZ | 72.67 | 71.02 | 56.33 | - |
| YUV | 220.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 186 | 0 | 0.17 | 0.26 | 0.01 | 22.39 | 0.94 | 0.86 |
| Hex | FD | D3 | BA | 0 | 11 | 1A | 1 | 16 | 5E | 56 |
| Octal | 375 | 323 | 272 | 0 | 21 | 32 | 1 | 26 | 136 | 126 |
| Binary | 11111101 | 11010011 | 10111010 | 0 | 10001 | 11010 | 1 | 10110 | 1011110 | 1010110 |
Color Harmonies of #FDD3BA
Complementary color
Monochromatic Colors of #FDD3BA
Black with #FDD3BA
Text Example
Text Example
White with #FDD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3BA; }
p { color: rgb(253,211,186); }
H1.HeaderClassName
{
color: #FDD3BA;
}
.AnyTagClassName
{
color: #FDD3BA;
}
</style>
background-color css
<style>
a { background-color: #FDD3BA; }
a { background-color: rgb(253,211,186); }
div.DivClassName
{
background-color: #FDD3BA;
}
.BgClassName
{
background-color: #FDD3BA;
}
</style>
border-color css
<style>
span { border-color: #FDD3BA; }
span { border-color: rgb(253,211,186); }
td.TdClassName
{
border-color: #FDD3BA;
}
.TagClassName
{
border-color: #FDD3BA;
}
</style>