Shades of Tuft Bush #FECFBD
Tints of Tuft Bush #FECFBD
RGB
CMYK
RGB Variations
Color information
#FECFBD (or 0xFECFBD) is known color: Tuft Bush. HEX triplet: FE, CF and BD. RGB value is (254,207,189). Sum of RGB (Red+Green+Blue) = 254+207+189=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFBD is #013042. Grayscale: #DBDBDB. Windows color (decimal): -77891 or 12439550. OLE color: 12439550.
HSL color Cylindrical-coordinate representation of color #FECFBD: hue angle of 16.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FECFBD is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 189 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.00 |
| HSL | 16.62º | 0.97% | 0.87% | - |
| HSV(B) | 16.62º | 0.26% | 1% | - |
| XYZ | 72.37 | 69.37 | 57.72 | - |
| YUV | 219 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 189 | 0 | 0.19 | 0.26 | 0.00 | 16.62 | 0.97 | 0.87 |
| Hex | FE | CF | BD | 0 | 13 | 1A | 0 | 11 | 61 | 57 |
| Octal | 376 | 317 | 275 | 0 | 23 | 32 | 0 | 21 | 141 | 127 |
| Binary | 11111110 | 11001111 | 10111101 | 0 | 10011 | 11010 | 0 | 10001 | 1100001 | 1010111 |
Color Harmonies of #FECFBD
Complementary color
Monochromatic Colors of #FECFBD
Black with #FECFBD
Text Example
Text Example
White with #FECFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFBD; }
p { color: rgb(254,207,189); }
H1.HeaderClassName
{
color: #FECFBD;
}
.AnyTagClassName
{
color: #FECFBD;
}
</style>
background-color css
<style>
a { background-color: #FECFBD; }
a { background-color: rgb(254,207,189); }
div.DivClassName
{
background-color: #FECFBD;
}
.BgClassName
{
background-color: #FECFBD;
}
</style>
border-color css
<style>
span { border-color: #FECFBD; }
span { border-color: rgb(254,207,189); }
td.TdClassName
{
border-color: #FECFBD;
}
.TagClassName
{
border-color: #FECFBD;
}
</style>