Shades of Tuft Bush #FED7C0
Tints of Tuft Bush #FED7C0
RGB
CMYK
RGB Variations
Color information
#FED7C0 (or 0xFED7C0) is known color: Tuft Bush. HEX triplet: FE, D7 and C0. RGB value is (254,215,192). Sum of RGB (Red+Green+Blue) = 254+215+192=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7C0 is #01283F. Grayscale: #E0E0E0. Windows color (decimal): -75840 or 12638206. OLE color: 12638206.
HSL color Cylindrical-coordinate representation of color #FED7C0: hue angle of 22.26º 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 #FED7C0 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 192 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.00 |
| HSL | 22.26º | 0.97% | 0.87% | - |
| HSV(B) | 22.26º | 0.24% | 1% | - |
| XYZ | 74.69 | 73.48 | 60.12 | - |
| YUV | 224.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 192 | 0 | 0.15 | 0.24 | 0.00 | 22.26 | 0.97 | 0.87 |
| Hex | FE | D7 | C0 | 0 | F | 18 | 0 | 16 | 61 | 57 |
| Octal | 376 | 327 | 300 | 0 | 17 | 30 | 0 | 26 | 141 | 127 |
| Binary | 11111110 | 11010111 | 11000000 | 0 | 1111 | 11000 | 0 | 10110 | 1100001 | 1010111 |
Color Harmonies of #FED7C0
Complementary color
Monochromatic Colors of #FED7C0
Black with #FED7C0
Text Example
Text Example
White with #FED7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7C0; }
p { color: rgb(254,215,192); }
H1.HeaderClassName
{
color: #FED7C0;
}
.AnyTagClassName
{
color: #FED7C0;
}
</style>
background-color css
<style>
a { background-color: #FED7C0; }
a { background-color: rgb(254,215,192); }
div.DivClassName
{
background-color: #FED7C0;
}
.BgClassName
{
background-color: #FED7C0;
}
</style>
border-color css
<style>
span { border-color: #FED7C0; }
span { border-color: rgb(254,215,192); }
td.TdClassName
{
border-color: #FED7C0;
}
.TagClassName
{
border-color: #FED7C0;
}
</style>