Shades of Tuft Bush #FECFBA
Tints of Tuft Bush #FECFBA
RGB
CMYK
RGB Variations
Color information
#FECFBA (or 0xFECFBA) is known color: Tuft Bush. HEX triplet: FE, CF and BA. RGB value is (254,207,186). Sum of RGB (Red+Green+Blue) = 254+207+186=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFBA is #013045. Grayscale: #DADADA. Windows color (decimal): -77894 or 12242942. OLE color: 12242942.
HSL color Cylindrical-coordinate representation of color #FECFBA: hue angle of 18.53º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FECFBA is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 186 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.00 |
| HSL | 18.53º | 0.97% | 0.86% | - |
| HSV(B) | 18.53º | 0.27% | 1% | - |
| XYZ | 72.05 | 69.24 | 56.02 | - |
| YUV | 218.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 186 | 0 | 0.19 | 0.27 | 0.00 | 18.53 | 0.97 | 0.86 |
| Hex | FE | CF | BA | 0 | 13 | 1B | 0 | 13 | 61 | 56 |
| Octal | 376 | 317 | 272 | 0 | 23 | 33 | 0 | 23 | 141 | 126 |
| Binary | 11111110 | 11001111 | 10111010 | 0 | 10011 | 11011 | 0 | 10011 | 1100001 | 1010110 |
Color Harmonies of #FECFBA
Complementary color
Monochromatic Colors of #FECFBA
Black with #FECFBA
Text Example
Text Example
White with #FECFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFBA; }
p { color: rgb(254,207,186); }
H1.HeaderClassName
{
color: #FECFBA;
}
.AnyTagClassName
{
color: #FECFBA;
}
</style>
background-color css
<style>
a { background-color: #FECFBA; }
a { background-color: rgb(254,207,186); }
div.DivClassName
{
background-color: #FECFBA;
}
.BgClassName
{
background-color: #FECFBA;
}
</style>
border-color css
<style>
span { border-color: #FECFBA; }
span { border-color: rgb(254,207,186); }
td.TdClassName
{
border-color: #FECFBA;
}
.TagClassName
{
border-color: #FECFBA;
}
</style>