Shades of Tuft Bush #FECDB8
Tints of Tuft Bush #FECDB8
RGB
CMYK
RGB Variations
Color information
#FECDB8 (or 0xFECDB8) is known color: Tuft Bush. HEX triplet: FE, CD and B8. RGB value is (254,205,184). Sum of RGB (Red+Green+Blue) = 254+205+184=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDB8 is #013247. Grayscale: #D9D9D9. Windows color (decimal): -78408 or 12111358. OLE color: 12111358.
HSL color Cylindrical-coordinate representation of color #FECDB8: hue angle of 18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FECDB8 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 184 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.00 |
| HSL | 18º | 0.97% | 0.86% | - |
| HSV(B) | 18º | 0.28% | 1% | - |
| XYZ | 71.36 | 68.19 | 54.75 | - |
| YUV | 217.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 184 | 0 | 0.19 | 0.28 | 0.00 | 18 | 0.97 | 0.86 |
| Hex | FE | CD | B8 | 0 | 13 | 1C | 0 | 12 | 61 | 56 |
| Octal | 376 | 315 | 270 | 0 | 23 | 34 | 0 | 22 | 141 | 126 |
| Binary | 11111110 | 11001101 | 10111000 | 0 | 10011 | 11100 | 0 | 10010 | 1100001 | 1010110 |
Color Harmonies of #FECDB8
Complementary color
Monochromatic Colors of #FECDB8
Black with #FECDB8
Text Example
Text Example
White with #FECDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDB8; }
p { color: rgb(254,205,184); }
H1.HeaderClassName
{
color: #FECDB8;
}
.AnyTagClassName
{
color: #FECDB8;
}
</style>
background-color css
<style>
a { background-color: #FECDB8; }
a { background-color: rgb(254,205,184); }
div.DivClassName
{
background-color: #FECDB8;
}
.BgClassName
{
background-color: #FECDB8;
}
</style>
border-color css
<style>
span { border-color: #FECDB8; }
span { border-color: rgb(254,205,184); }
td.TdClassName
{
border-color: #FECDB8;
}
.TagClassName
{
border-color: #FECDB8;
}
</style>