Shades of Tuft Bush #FDCEBB
Tints of Tuft Bush #FDCEBB
RGB
CMYK
RGB Variations
Color information
#FDCEBB (or 0xFDCEBB) is known color: Tuft Bush. HEX triplet: FD, CE and BB. RGB value is (253,206,187). Sum of RGB (Red+Green+Blue) = 253+206+187=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEBB is #023144. Grayscale: #DADADA. Windows color (decimal): -143685 or 12308221. OLE color: 12308221.
HSL color Cylindrical-coordinate representation of color #FDCEBB: hue angle of 17.27º 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 #FDCEBB is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 187 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.01 |
| HSL | 17.27º | 0.94% | 0.86% | - |
| HSV(B) | 17.27º | 0.26% | 0.99% | - |
| XYZ | 71.55 | 68.61 | 56.49 | - |
| YUV | 217.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 187 | 0 | 0.19 | 0.26 | 0.01 | 17.27 | 0.94 | 0.86 |
| Hex | FD | CE | BB | 0 | 13 | 1A | 1 | 11 | 5E | 56 |
| Octal | 375 | 316 | 273 | 0 | 23 | 32 | 1 | 21 | 136 | 126 |
| Binary | 11111101 | 11001110 | 10111011 | 0 | 10011 | 11010 | 1 | 10001 | 1011110 | 1010110 |
Color Harmonies of #FDCEBB
Complementary color
Monochromatic Colors of #FDCEBB
Black with #FDCEBB
Text Example
Text Example
White with #FDCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEBB; }
p { color: rgb(253,206,187); }
H1.HeaderClassName
{
color: #FDCEBB;
}
.AnyTagClassName
{
color: #FDCEBB;
}
</style>
background-color css
<style>
a { background-color: #FDCEBB; }
a { background-color: rgb(253,206,187); }
div.DivClassName
{
background-color: #FDCEBB;
}
.BgClassName
{
background-color: #FDCEBB;
}
</style>
border-color css
<style>
span { border-color: #FDCEBB; }
span { border-color: rgb(253,206,187); }
td.TdClassName
{
border-color: #FDCEBB;
}
.TagClassName
{
border-color: #FDCEBB;
}
</style>