Shades of Tuft Bush #FED3C2
Tints of Tuft Bush #FED3C2
RGB
CMYK
RGB Variations
Color information
#FED3C2 (or 0xFED3C2) is known color: Tuft Bush. HEX triplet: FE, D3 and C2. RGB value is (254,211,194). Sum of RGB (Red+Green+Blue) = 254+211+194=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 194 (76.17% from 255 or 29.44% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3C2 is #012C3D. Grayscale: #DEDEDE. Windows color (decimal): -76862 or 12768254. OLE color: 12768254.
HSL color Cylindrical-coordinate representation of color #FED3C2: hue angle of 17º 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 #FED3C2 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 194 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.00 |
| HSL | 17º | 0.97% | 0.88% | - |
| HSV(B) | 17º | 0.24% | 1% | - |
| XYZ | 73.9 | 71.55 | 60.96 | - |
| YUV | 221.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 194 | 0 | 0.17 | 0.24 | 0.00 | 17 | 0.97 | 0.88 |
| Hex | FE | D3 | C2 | 0 | 11 | 18 | 0 | 11 | 61 | 58 |
| Octal | 376 | 323 | 302 | 0 | 21 | 30 | 0 | 21 | 141 | 130 |
| Binary | 11111110 | 11010011 | 11000010 | 0 | 10001 | 11000 | 0 | 10001 | 1100001 | 1011000 |
Color Harmonies of #FED3C2
Complementary color
Monochromatic Colors of #FED3C2
Black with #FED3C2
Text Example
Text Example
White with #FED3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3C2; }
p { color: rgb(254,211,194); }
H1.HeaderClassName
{
color: #FED3C2;
}
.AnyTagClassName
{
color: #FED3C2;
}
</style>
background-color css
<style>
a { background-color: #FED3C2; }
a { background-color: rgb(254,211,194); }
div.DivClassName
{
background-color: #FED3C2;
}
.BgClassName
{
background-color: #FED3C2;
}
</style>
border-color css
<style>
span { border-color: #FED3C2; }
span { border-color: rgb(254,211,194); }
td.TdClassName
{
border-color: #FED3C2;
}
.TagClassName
{
border-color: #FED3C2;
}
</style>