Shades of Tuft Bush #FDD6BC
Tints of Tuft Bush #FDD6BC
RGB
CMYK
RGB Variations
Color information
#FDD6BC (or 0xFDD6BC) is known color: Tuft Bush. HEX triplet: FD, D6 and BC. RGB value is (253,214,188). Sum of RGB (Red+Green+Blue) = 253+214+188=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6BC is #022943. Grayscale: #DEDEDE. Windows color (decimal): -141636 or 12375805. OLE color: 12375805.
HSL color Cylindrical-coordinate representation of color #FDD6BC: hue angle of 24º 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 #FDD6BC is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 188 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.01 |
| HSL | 24º | 0.94% | 0.86% | - |
| HSV(B) | 24º | 0.26% | 0.99% | - |
| XYZ | 73.63 | 72.61 | 57.71 | - |
| YUV | 222.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 188 | 0 | 0.15 | 0.26 | 0.01 | 24 | 0.94 | 0.86 |
| Hex | FD | D6 | BC | 0 | F | 1A | 1 | 18 | 5E | 56 |
| Octal | 375 | 326 | 274 | 0 | 17 | 32 | 1 | 30 | 136 | 126 |
| Binary | 11111101 | 11010110 | 10111100 | 0 | 1111 | 11010 | 1 | 11000 | 1011110 | 1010110 |
Color Harmonies of #FDD6BC
Complementary color
Monochromatic Colors of #FDD6BC
Black with #FDD6BC
Text Example
Text Example
White with #FDD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6BC; }
p { color: rgb(253,214,188); }
H1.HeaderClassName
{
color: #FDD6BC;
}
.AnyTagClassName
{
color: #FDD6BC;
}
</style>
background-color css
<style>
a { background-color: #FDD6BC; }
a { background-color: rgb(253,214,188); }
div.DivClassName
{
background-color: #FDD6BC;
}
.BgClassName
{
background-color: #FDD6BC;
}
</style>
border-color css
<style>
span { border-color: #FDD6BC; }
span { border-color: rgb(253,214,188); }
td.TdClassName
{
border-color: #FDD6BC;
}
.TagClassName
{
border-color: #FDD6BC;
}
</style>