Shades of Tuft Bush #FED3BC
Tints of Tuft Bush #FED3BC
RGB
CMYK
RGB Variations
Color information
#FED3BC (or 0xFED3BC) is known color: Tuft Bush. HEX triplet: FE, D3 and BC. RGB value is (254,211,188). Sum of RGB (Red+Green+Blue) = 254+211+188=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3BC is #012C43. Grayscale: #DDDDDD. Windows color (decimal): -76868 or 12375038. OLE color: 12375038.
HSL color Cylindrical-coordinate representation of color #FED3BC: hue angle of 20.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FED3BC is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 188 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.00 |
| HSL | 20.91º | 0.97% | 0.87% | - |
| HSV(B) | 20.91º | 0.26% | 1% | - |
| XYZ | 73.24 | 71.29 | 57.48 | - |
| YUV | 221.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 188 | 0 | 0.17 | 0.26 | 0.00 | 20.91 | 0.97 | 0.87 |
| Hex | FE | D3 | BC | 0 | 11 | 1A | 0 | 15 | 61 | 57 |
| Octal | 376 | 323 | 274 | 0 | 21 | 32 | 0 | 25 | 141 | 127 |
| Binary | 11111110 | 11010011 | 10111100 | 0 | 10001 | 11010 | 0 | 10101 | 1100001 | 1010111 |
Color Harmonies of #FED3BC
Complementary color
Monochromatic Colors of #FED3BC
Black with #FED3BC
Text Example
Text Example
White with #FED3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3BC; }
p { color: rgb(254,211,188); }
H1.HeaderClassName
{
color: #FED3BC;
}
.AnyTagClassName
{
color: #FED3BC;
}
</style>
background-color css
<style>
a { background-color: #FED3BC; }
a { background-color: rgb(254,211,188); }
div.DivClassName
{
background-color: #FED3BC;
}
.BgClassName
{
background-color: #FED3BC;
}
</style>
border-color css
<style>
span { border-color: #FED3BC; }
span { border-color: rgb(254,211,188); }
td.TdClassName
{
border-color: #FED3BC;
}
.TagClassName
{
border-color: #FED3BC;
}
</style>