Shades of Tuft Bush #FED8C4
Tints of Tuft Bush #FED8C4
RGB
CMYK
RGB Variations
Color information
#FED8C4 (or 0xFED8C4) is known color: Tuft Bush. HEX triplet: FE, D8 and C4. RGB value is (254,216,196). Sum of RGB (Red+Green+Blue) = 254+216+196=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8C4 is #01273B. Grayscale: #E1E1E1. Windows color (decimal): -75580 or 12900606. OLE color: 12900606.
HSL color Cylindrical-coordinate representation of color #FED8C4: hue angle of 20.69º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FED8C4 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 196 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.00 |
| HSL | 20.69º | 0.97% | 0.88% | - |
| HSV(B) | 20.69º | 0.23% | 1% | - |
| XYZ | 75.39 | 74.17 | 62.57 | - |
| YUV | 225.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 196 | 0 | 0.15 | 0.23 | 0.00 | 20.69 | 0.97 | 0.88 |
| Hex | FE | D8 | C4 | 0 | F | 17 | 0 | 15 | 61 | 58 |
| Octal | 376 | 330 | 304 | 0 | 17 | 27 | 0 | 25 | 141 | 130 |
| Binary | 11111110 | 11011000 | 11000100 | 0 | 1111 | 10111 | 0 | 10101 | 1100001 | 1011000 |
Color Harmonies of #FED8C4
Complementary color
Monochromatic Colors of #FED8C4
Black with #FED8C4
Text Example
Text Example
White with #FED8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8C4; }
p { color: rgb(254,216,196); }
H1.HeaderClassName
{
color: #FED8C4;
}
.AnyTagClassName
{
color: #FED8C4;
}
</style>
background-color css
<style>
a { background-color: #FED8C4; }
a { background-color: rgb(254,216,196); }
div.DivClassName
{
background-color: #FED8C4;
}
.BgClassName
{
background-color: #FED8C4;
}
</style>
border-color css
<style>
span { border-color: #FED8C4; }
span { border-color: rgb(254,216,196); }
td.TdClassName
{
border-color: #FED8C4;
}
.TagClassName
{
border-color: #FED8C4;
}
</style>