Shades of Tuft Bush #FCCEBD
Tints of Tuft Bush #FCCEBD
RGB
CMYK
RGB Variations
Color information
#FCCEBD (or 0xFCCEBD) is known color: Tuft Bush. HEX triplet: FC, CE and BD. RGB value is (252,206,189). Sum of RGB (Red+Green+Blue) = 252+206+189=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEBD is #033142. Grayscale: #D9D9D9. Windows color (decimal): -209219 or 12439292. OLE color: 12439292.
HSL color Cylindrical-coordinate representation of color #FCCEBD: hue angle of 16.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCCEBD is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 189 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.01 |
| HSL | 16.19º | 0.91% | 0.86% | - |
| HSV(B) | 16.19º | 0.25% | 0.99% | - |
| XYZ | 71.4 | 68.51 | 57.61 | - |
| YUV | 217.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 189 | 0 | 0.18 | 0.25 | 0.01 | 16.19 | 0.91 | 0.86 |
| Hex | FC | CE | BD | 0 | 12 | 19 | 1 | 10 | 5B | 56 |
| Octal | 374 | 316 | 275 | 0 | 22 | 31 | 1 | 20 | 133 | 126 |
| Binary | 11111100 | 11001110 | 10111101 | 0 | 10010 | 11001 | 1 | 10000 | 1011011 | 1010110 |
Color Harmonies of #FCCEBD
Complementary color
Monochromatic Colors of #FCCEBD
Black with #FCCEBD
Text Example
Text Example
White with #FCCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEBD; }
p { color: rgb(252,206,189); }
H1.HeaderClassName
{
color: #FCCEBD;
}
.AnyTagClassName
{
color: #FCCEBD;
}
</style>
background-color css
<style>
a { background-color: #FCCEBD; }
a { background-color: rgb(252,206,189); }
div.DivClassName
{
background-color: #FCCEBD;
}
.BgClassName
{
background-color: #FCCEBD;
}
</style>
border-color css
<style>
span { border-color: #FCCEBD; }
span { border-color: rgb(252,206,189); }
td.TdClassName
{
border-color: #FCCEBD;
}
.TagClassName
{
border-color: #FCCEBD;
}
</style>