Shades of Tuft Bush #FECCB9
Tints of Tuft Bush #FECCB9
RGB
CMYK
RGB Variations
Color information
#FECCB9 (or 0xFECCB9) is known color: Tuft Bush. HEX triplet: FE, CC and B9. RGB value is (254,204,185). Sum of RGB (Red+Green+Blue) = 254+204+185=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCB9 is #013346. Grayscale: #D8D8D8. Windows color (decimal): -78663 or 12176638. OLE color: 12176638.
HSL color Cylindrical-coordinate representation of color #FECCB9: hue angle of 16.52º 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 #FECCB9 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 185 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.00 |
| HSL | 16.52º | 0.97% | 0.86% | - |
| HSV(B) | 16.52º | 0.27% | 1% | - |
| XYZ | 71.22 | 67.76 | 55.22 | - |
| YUV | 216.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 185 | 0 | 0.20 | 0.27 | 0.00 | 16.52 | 0.97 | 0.86 |
| Hex | FE | CC | B9 | 0 | 14 | 1B | 0 | 11 | 61 | 56 |
| Octal | 376 | 314 | 271 | 0 | 24 | 33 | 0 | 21 | 141 | 126 |
| Binary | 11111110 | 11001100 | 10111001 | 0 | 10100 | 11011 | 0 | 10001 | 1100001 | 1010110 |
Color Harmonies of #FECCB9
Complementary color
Monochromatic Colors of #FECCB9
Black with #FECCB9
Text Example
Text Example
White with #FECCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCB9; }
p { color: rgb(254,204,185); }
H1.HeaderClassName
{
color: #FECCB9;
}
.AnyTagClassName
{
color: #FECCB9;
}
</style>
background-color css
<style>
a { background-color: #FECCB9; }
a { background-color: rgb(254,204,185); }
div.DivClassName
{
background-color: #FECCB9;
}
.BgClassName
{
background-color: #FECCB9;
}
</style>
border-color css
<style>
span { border-color: #FECCB9; }
span { border-color: rgb(254,204,185); }
td.TdClassName
{
border-color: #FECCB9;
}
.TagClassName
{
border-color: #FECCB9;
}
</style>