Shades of Tuft Bush #FED4C0
Tints of Tuft Bush #FED4C0
RGB
CMYK
RGB Variations
Color information
#FED4C0 (or 0xFED4C0) is known color: Tuft Bush. HEX triplet: FE, D4 and C0. RGB value is (254,212,192). Sum of RGB (Red+Green+Blue) = 254+212+192=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 192 (75.39% from 255 or 29.18% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4C0 is #012B3F. Grayscale: #DEDEDE. Windows color (decimal): -76608 or 12637438. OLE color: 12637438.
HSL color Cylindrical-coordinate representation of color #FED4C0: hue angle of 19.35º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FED4C0 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 192 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.00 |
| HSL | 19.35º | 0.97% | 0.87% | - |
| HSV(B) | 19.35º | 0.24% | 1% | - |
| XYZ | 73.93 | 71.96 | 59.86 | - |
| YUV | 222.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 192 | 0 | 0.17 | 0.24 | 0.00 | 19.35 | 0.97 | 0.87 |
| Hex | FE | D4 | C0 | 0 | 11 | 18 | 0 | 13 | 61 | 57 |
| Octal | 376 | 324 | 300 | 0 | 21 | 30 | 0 | 23 | 141 | 127 |
| Binary | 11111110 | 11010100 | 11000000 | 0 | 10001 | 11000 | 0 | 10011 | 1100001 | 1010111 |
Color Harmonies of #FED4C0
Complementary color
Monochromatic Colors of #FED4C0
Black with #FED4C0
Text Example
Text Example
White with #FED4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4C0; }
p { color: rgb(254,212,192); }
H1.HeaderClassName
{
color: #FED4C0;
}
.AnyTagClassName
{
color: #FED4C0;
}
</style>
background-color css
<style>
a { background-color: #FED4C0; }
a { background-color: rgb(254,212,192); }
div.DivClassName
{
background-color: #FED4C0;
}
.BgClassName
{
background-color: #FED4C0;
}
</style>
border-color css
<style>
span { border-color: #FED4C0; }
span { border-color: rgb(254,212,192); }
td.TdClassName
{
border-color: #FED4C0;
}
.TagClassName
{
border-color: #FED4C0;
}
</style>