Shades of Tuft Bush #FED0C0
Tints of Tuft Bush #FED0C0
RGB
CMYK
RGB Variations
Color information
#FED0C0 (or 0xFED0C0) is known color: Tuft Bush. HEX triplet: FE, D0 and C0. RGB value is (254,208,192). Sum of RGB (Red+Green+Blue) = 254+208+192=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0C0 is #012F3F. Grayscale: #DCDCDC. Windows color (decimal): -77632 or 12636414. OLE color: 12636414.
HSL color Cylindrical-coordinate representation of color #FED0C0: hue angle of 15.48º 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 #FED0C0 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 192 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.00 |
| HSL | 15.48º | 0.97% | 0.87% | - |
| HSV(B) | 15.48º | 0.24% | 1% | - |
| XYZ | 72.94 | 69.99 | 59.53 | - |
| YUV | 219.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 192 | 0 | 0.18 | 0.24 | 0.00 | 15.48 | 0.97 | 0.87 |
| Hex | FE | D0 | C0 | 0 | 12 | 18 | 0 | F | 61 | 57 |
| Octal | 376 | 320 | 300 | 0 | 22 | 30 | 0 | 17 | 141 | 127 |
| Binary | 11111110 | 11010000 | 11000000 | 0 | 10010 | 11000 | 0 | 1111 | 1100001 | 1010111 |
Color Harmonies of #FED0C0
Complementary color
Monochromatic Colors of #FED0C0
Black with #FED0C0
Text Example
Text Example
White with #FED0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0C0; }
p { color: rgb(254,208,192); }
H1.HeaderClassName
{
color: #FED0C0;
}
.AnyTagClassName
{
color: #FED0C0;
}
</style>
background-color css
<style>
a { background-color: #FED0C0; }
a { background-color: rgb(254,208,192); }
div.DivClassName
{
background-color: #FED0C0;
}
.BgClassName
{
background-color: #FED0C0;
}
</style>
border-color css
<style>
span { border-color: #FED0C0; }
span { border-color: rgb(254,208,192); }
td.TdClassName
{
border-color: #FED0C0;
}
.TagClassName
{
border-color: #FED0C0;
}
</style>