Shades of Tuft Bush #FECEBE
Tints of Tuft Bush #FECEBE
RGB
CMYK
RGB Variations
Color information
#FECEBE (or 0xFECEBE) is known color: Tuft Bush. HEX triplet: FE, CE and BE. RGB value is (254,206,190). Sum of RGB (Red+Green+Blue) = 254+206+190=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEBE is #013141. Grayscale: #DADADA. Windows color (decimal): -78146 or 12504830. OLE color: 12504830.
HSL color Cylindrical-coordinate representation of color #FECEBE: hue angle of 15º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FECEBE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 190 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.00 |
| HSL | 15º | 0.97% | 0.87% | - |
| HSV(B) | 15º | 0.25% | 1% | - |
| XYZ | 72.24 | 68.93 | 58.21 | - |
| YUV | 218.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 190 | 0 | 0.19 | 0.25 | 0.00 | 15 | 0.97 | 0.87 |
| Hex | FE | CE | BE | 0 | 13 | 19 | 0 | F | 61 | 57 |
| Octal | 376 | 316 | 276 | 0 | 23 | 31 | 0 | 17 | 141 | 127 |
| Binary | 11111110 | 11001110 | 10111110 | 0 | 10011 | 11001 | 0 | 1111 | 1100001 | 1010111 |
Color Harmonies of #FECEBE
Complementary color
Monochromatic Colors of #FECEBE
Black with #FECEBE
Text Example
Text Example
White with #FECEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEBE; }
p { color: rgb(254,206,190); }
H1.HeaderClassName
{
color: #FECEBE;
}
.AnyTagClassName
{
color: #FECEBE;
}
</style>
background-color css
<style>
a { background-color: #FECEBE; }
a { background-color: rgb(254,206,190); }
div.DivClassName
{
background-color: #FECEBE;
}
.BgClassName
{
background-color: #FECEBE;
}
</style>
border-color css
<style>
span { border-color: #FECEBE; }
span { border-color: rgb(254,206,190); }
td.TdClassName
{
border-color: #FECEBE;
}
.TagClassName
{
border-color: #FECEBE;
}
</style>