Shades of Tuft Bush #FED0BC
Tints of Tuft Bush #FED0BC
RGB
CMYK
RGB Variations
Color information
#FED0BC (or 0xFED0BC) is known color: Tuft Bush. HEX triplet: FE, D0 and BC. RGB value is (254,208,188). Sum of RGB (Red+Green+Blue) = 254+208+188=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0BC is #012F43. Grayscale: #DBDBDB. Windows color (decimal): -77636 or 12374270. OLE color: 12374270.
HSL color Cylindrical-coordinate representation of color #FED0BC: hue angle of 18.18º 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 #FED0BC is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 188 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.00 |
| HSL | 18.18º | 0.97% | 0.87% | - |
| HSV(B) | 18.18º | 0.26% | 1% | - |
| XYZ | 72.51 | 69.81 | 57.23 | - |
| YUV | 219.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 188 | 0 | 0.18 | 0.26 | 0.00 | 18.18 | 0.97 | 0.87 |
| Hex | FE | D0 | BC | 0 | 12 | 1A | 0 | 12 | 61 | 57 |
| Octal | 376 | 320 | 274 | 0 | 22 | 32 | 0 | 22 | 141 | 127 |
| Binary | 11111110 | 11010000 | 10111100 | 0 | 10010 | 11010 | 0 | 10010 | 1100001 | 1010111 |
Color Harmonies of #FED0BC
Complementary color
Monochromatic Colors of #FED0BC
Black with #FED0BC
Text Example
Text Example
White with #FED0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0BC; }
p { color: rgb(254,208,188); }
H1.HeaderClassName
{
color: #FED0BC;
}
.AnyTagClassName
{
color: #FED0BC;
}
</style>
background-color css
<style>
a { background-color: #FED0BC; }
a { background-color: rgb(254,208,188); }
div.DivClassName
{
background-color: #FED0BC;
}
.BgClassName
{
background-color: #FED0BC;
}
</style>
border-color css
<style>
span { border-color: #FED0BC; }
span { border-color: rgb(254,208,188); }
td.TdClassName
{
border-color: #FED0BC;
}
.TagClassName
{
border-color: #FED0BC;
}
</style>