Shades of Tuft Bush #FECEBD
Tints of Tuft Bush #FECEBD
RGB
CMYK
RGB Variations
Color information
#FECEBD (or 0xFECEBD) is known color: Tuft Bush. HEX triplet: FE, CE and BD. RGB value is (254,206,189). Sum of RGB (Red+Green+Blue) = 254+206+189=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEBD is #013142. Grayscale: #DADADA. Windows color (decimal): -78147 or 12439294. OLE color: 12439294.
HSL color Cylindrical-coordinate representation of color #FECEBD: hue angle of 15.69º 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 #FECEBD is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 189 | - |
CMYK | 0 | 0.19 | 0.26 | 0.00 |
HSL | 15.69º | 0.97% | 0.87% | - |
HSV(B) | 15.69º | 0.26% | 1% | - |
XYZ | 72.13 | 68.89 | 57.64 | - |
YUV | 218.41 | 111.4 | 153.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 189 | 0 | 0.19 | 0.26 | 0.00 | 15.69 | 0.97 | 0.87 |
Hex | FE | CE | BD | 0 | 13 | 1A | 0 | 10 | 61 | 57 |
Octal | 376 | 316 | 275 | 0 | 23 | 32 | 0 | 20 | 141 | 127 |
Binary | 11111110 | 11001110 | 10111101 | 0 | 10011 | 11010 | 0 | 10000 | 1100001 | 1010111 |
Color Harmonies of #FECEBD
Complementary color
Monochromatic Colors of #FECEBD
Black with #FECEBD
Text Example
Text Example
White with #FECEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEBD; }
p { color: rgb(254,206,189); }
H1.HeaderClassName
{
color: #FECEBD;
}
.AnyTagClassName
{
color: #FECEBD;
}
</style>
background-color css
<style>
a { background-color: #FECEBD; }
a { background-color: rgb(254,206,189); }
div.DivClassName
{
background-color: #FECEBD;
}
.BgClassName
{
background-color: #FECEBD;
}
</style>
border-color css
<style>
span { border-color: #FECEBD; }
span { border-color: rgb(254,206,189); }
td.TdClassName
{
border-color: #FECEBD;
}
.TagClassName
{
border-color: #FECEBD;
}
</style>