Shades of Tuft Bush #FED8C5
Tints of Tuft Bush #FED8C5
RGB
CMYK
RGB Variations
Color information
#FED8C5 (or 0xFED8C5) is known color: Tuft Bush. HEX triplet: FE, D8 and C5. RGB value is (254,216,197). Sum of RGB (Red+Green+Blue) = 254+216+197=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8C5 is #01273A. Grayscale: #E1E1E1. Windows color (decimal): -75579 or 12966142. OLE color: 12966142.
HSL color Cylindrical-coordinate representation of color #FED8C5: hue angle of 20º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FED8C5 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 197 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.00 |
| HSL | 20º | 0.97% | 0.88% | - |
| HSV(B) | 20º | 0.22% | 1% | - |
| XYZ | 75.51 | 74.21 | 63.17 | - |
| YUV | 225.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 197 | 0 | 0.15 | 0.22 | 0.00 | 20 | 0.97 | 0.88 |
| Hex | FE | D8 | C5 | 0 | F | 16 | 0 | 14 | 61 | 58 |
| Octal | 376 | 330 | 305 | 0 | 17 | 26 | 0 | 24 | 141 | 130 |
| Binary | 11111110 | 11011000 | 11000101 | 0 | 1111 | 10110 | 0 | 10100 | 1100001 | 1011000 |
Color Harmonies of #FED8C5
Complementary color
Monochromatic Colors of #FED8C5
Black with #FED8C5
Text Example
Text Example
White with #FED8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8C5; }
p { color: rgb(254,216,197); }
H1.HeaderClassName
{
color: #FED8C5;
}
.AnyTagClassName
{
color: #FED8C5;
}
</style>
background-color css
<style>
a { background-color: #FED8C5; }
a { background-color: rgb(254,216,197); }
div.DivClassName
{
background-color: #FED8C5;
}
.BgClassName
{
background-color: #FED8C5;
}
</style>
border-color css
<style>
span { border-color: #FED8C5; }
span { border-color: rgb(254,216,197); }
td.TdClassName
{
border-color: #FED8C5;
}
.TagClassName
{
border-color: #FED8C5;
}
</style>