Shades of Tuft Bush #FED5C2
Tints of Tuft Bush #FED5C2
RGB
CMYK
RGB Variations
Color information
#FED5C2 (or 0xFED5C2) is known color: Tuft Bush. HEX triplet: FE, D5 and C2. RGB value is (254,213,194). Sum of RGB (Red+Green+Blue) = 254+213+194=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 194 (76.17% from 255 or 29.35% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5C2 is #012A3D. Grayscale: #DFDFDF. Windows color (decimal): -76350 or 12768766. OLE color: 12768766.
HSL color Cylindrical-coordinate representation of color #FED5C2: hue angle of 19º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FED5C2 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 194 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.00 |
| HSL | 19º | 0.97% | 0.88% | - |
| HSV(B) | 19º | 0.24% | 1% | - |
| XYZ | 74.4 | 72.55 | 61.12 | - |
| YUV | 223.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 194 | 0 | 0.16 | 0.24 | 0.00 | 19 | 0.97 | 0.88 |
| Hex | FE | D5 | C2 | 0 | 10 | 18 | 0 | 13 | 61 | 58 |
| Octal | 376 | 325 | 302 | 0 | 20 | 30 | 0 | 23 | 141 | 130 |
| Binary | 11111110 | 11010101 | 11000010 | 0 | 10000 | 11000 | 0 | 10011 | 1100001 | 1011000 |
Color Harmonies of #FED5C2
Complementary color
Monochromatic Colors of #FED5C2
Black with #FED5C2
Text Example
Text Example
White with #FED5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5C2; }
p { color: rgb(254,213,194); }
H1.HeaderClassName
{
color: #FED5C2;
}
.AnyTagClassName
{
color: #FED5C2;
}
</style>
background-color css
<style>
a { background-color: #FED5C2; }
a { background-color: rgb(254,213,194); }
div.DivClassName
{
background-color: #FED5C2;
}
.BgClassName
{
background-color: #FED5C2;
}
</style>
border-color css
<style>
span { border-color: #FED5C2; }
span { border-color: rgb(254,213,194); }
td.TdClassName
{
border-color: #FED5C2;
}
.TagClassName
{
border-color: #FED5C2;
}
</style>