Shades of Tuft Bush #FED5C0
Tints of Tuft Bush #FED5C0
RGB
CMYK
RGB Variations
Color information
#FED5C0 (or 0xFED5C0) is known color: Tuft Bush. HEX triplet: FE, D5 and C0. RGB value is (254,213,192). Sum of RGB (Red+Green+Blue) = 254+213+192=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 192 (75.39% from 255 or 29.14% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5C0 is #012A3F. Grayscale: #DEDEDE. Windows color (decimal): -76352 or 12637694. OLE color: 12637694.
HSL color Cylindrical-coordinate representation of color #FED5C0: hue angle of 20.32º 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 #FED5C0 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 192 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.00 |
| HSL | 20.32º | 0.97% | 0.87% | - |
| HSV(B) | 20.32º | 0.24% | 1% | - |
| XYZ | 74.18 | 72.47 | 59.95 | - |
| YUV | 222.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 192 | 0 | 0.16 | 0.24 | 0.00 | 20.32 | 0.97 | 0.87 |
| Hex | FE | D5 | C0 | 0 | 10 | 18 | 0 | 14 | 61 | 57 |
| Octal | 376 | 325 | 300 | 0 | 20 | 30 | 0 | 24 | 141 | 127 |
| Binary | 11111110 | 11010101 | 11000000 | 0 | 10000 | 11000 | 0 | 10100 | 1100001 | 1010111 |
Color Harmonies of #FED5C0
Complementary color
Monochromatic Colors of #FED5C0
Black with #FED5C0
Text Example
Text Example
White with #FED5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5C0; }
p { color: rgb(254,213,192); }
H1.HeaderClassName
{
color: #FED5C0;
}
.AnyTagClassName
{
color: #FED5C0;
}
</style>
background-color css
<style>
a { background-color: #FED5C0; }
a { background-color: rgb(254,213,192); }
div.DivClassName
{
background-color: #FED5C0;
}
.BgClassName
{
background-color: #FED5C0;
}
</style>
border-color css
<style>
span { border-color: #FED5C0; }
span { border-color: rgb(254,213,192); }
td.TdClassName
{
border-color: #FED5C0;
}
.TagClassName
{
border-color: #FED5C0;
}
</style>