Shades of Tuft Bush #FED5BC
Tints of Tuft Bush #FED5BC
RGB
CMYK
RGB Variations
Color information
#FED5BC (or 0xFED5BC) is known color: Tuft Bush. HEX triplet: FE, D5 and BC. RGB value is (254,213,188). Sum of RGB (Red+Green+Blue) = 254+213+188=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5BC is #012A43. Grayscale: #DEDEDE. Windows color (decimal): -76356 or 12375550. OLE color: 12375550.
HSL color Cylindrical-coordinate representation of color #FED5BC: hue angle of 22.73º 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 #FED5BC is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 188 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.00 |
| HSL | 22.73º | 0.97% | 0.87% | - |
| HSV(B) | 22.73º | 0.26% | 1% | - |
| XYZ | 73.74 | 72.29 | 57.64 | - |
| YUV | 222.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 188 | 0 | 0.16 | 0.26 | 0.00 | 22.73 | 0.97 | 0.87 |
| Hex | FE | D5 | BC | 0 | 10 | 1A | 0 | 17 | 61 | 57 |
| Octal | 376 | 325 | 274 | 0 | 20 | 32 | 0 | 27 | 141 | 127 |
| Binary | 11111110 | 11010101 | 10111100 | 0 | 10000 | 11010 | 0 | 10111 | 1100001 | 1010111 |
Color Harmonies of #FED5BC
Complementary color
Monochromatic Colors of #FED5BC
Black with #FED5BC
Text Example
Text Example
White with #FED5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5BC; }
p { color: rgb(254,213,188); }
H1.HeaderClassName
{
color: #FED5BC;
}
.AnyTagClassName
{
color: #FED5BC;
}
</style>
background-color css
<style>
a { background-color: #FED5BC; }
a { background-color: rgb(254,213,188); }
div.DivClassName
{
background-color: #FED5BC;
}
.BgClassName
{
background-color: #FED5BC;
}
</style>
border-color css
<style>
span { border-color: #FED5BC; }
span { border-color: rgb(254,213,188); }
td.TdClassName
{
border-color: #FED5BC;
}
.TagClassName
{
border-color: #FED5BC;
}
</style>