Shades of Tuft Bush #FED5BD
Tints of Tuft Bush #FED5BD
RGB
CMYK
RGB Variations
Color information
#FED5BD (or 0xFED5BD) is known color: Tuft Bush. HEX triplet: FE, D5 and BD. RGB value is (254,213,189). Sum of RGB (Red+Green+Blue) = 254+213+189=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5BD is #012A42. Grayscale: #DEDEDE. Windows color (decimal): -76355 or 12441086. OLE color: 12441086.
HSL color Cylindrical-coordinate representation of color #FED5BD: hue angle of 22.15º 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 #FED5BD is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 189 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.00 |
| HSL | 22.15º | 0.97% | 0.87% | - |
| HSV(B) | 22.15º | 0.26% | 1% | - |
| XYZ | 73.85 | 72.33 | 58.21 | - |
| YUV | 222.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 189 | 0 | 0.16 | 0.26 | 0.00 | 22.15 | 0.97 | 0.87 |
| Hex | FE | D5 | BD | 0 | 10 | 1A | 0 | 16 | 61 | 57 |
| Octal | 376 | 325 | 275 | 0 | 20 | 32 | 0 | 26 | 141 | 127 |
| Binary | 11111110 | 11010101 | 10111101 | 0 | 10000 | 11010 | 0 | 10110 | 1100001 | 1010111 |
Color Harmonies of #FED5BD
Complementary color
Monochromatic Colors of #FED5BD
Black with #FED5BD
Text Example
Text Example
White with #FED5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5BD; }
p { color: rgb(254,213,189); }
H1.HeaderClassName
{
color: #FED5BD;
}
.AnyTagClassName
{
color: #FED5BD;
}
</style>
background-color css
<style>
a { background-color: #FED5BD; }
a { background-color: rgb(254,213,189); }
div.DivClassName
{
background-color: #FED5BD;
}
.BgClassName
{
background-color: #FED5BD;
}
</style>
border-color css
<style>
span { border-color: #FED5BD; }
span { border-color: rgb(254,213,189); }
td.TdClassName
{
border-color: #FED5BD;
}
.TagClassName
{
border-color: #FED5BD;
}
</style>