Shades of Tuft Bush #FED5BE
Tints of Tuft Bush #FED5BE
RGB
CMYK
RGB Variations
Color information
#FED5BE (or 0xFED5BE) is known color: Tuft Bush. HEX triplet: FE, D5 and BE. RGB value is (254,213,190). Sum of RGB (Red+Green+Blue) = 254+213+190=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5BE is #012A41. Grayscale: #DEDEDE. Windows color (decimal): -76354 or 12506622. OLE color: 12506622.
HSL color Cylindrical-coordinate representation of color #FED5BE: hue angle of 21.56º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FED5BE is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 190 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.00 |
| HSL | 21.56º | 0.97% | 0.87% | - |
| HSV(B) | 21.56º | 0.25% | 1% | - |
| XYZ | 73.96 | 72.38 | 58.79 | - |
| YUV | 222.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 190 | 0 | 0.16 | 0.25 | 0.00 | 21.56 | 0.97 | 0.87 |
| Hex | FE | D5 | BE | 0 | 10 | 19 | 0 | 16 | 61 | 57 |
| Octal | 376 | 325 | 276 | 0 | 20 | 31 | 0 | 26 | 141 | 127 |
| Binary | 11111110 | 11010101 | 10111110 | 0 | 10000 | 11001 | 0 | 10110 | 1100001 | 1010111 |
Color Harmonies of #FED5BE
Complementary color
Monochromatic Colors of #FED5BE
Black with #FED5BE
Text Example
Text Example
White with #FED5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5BE; }
p { color: rgb(254,213,190); }
H1.HeaderClassName
{
color: #FED5BE;
}
.AnyTagClassName
{
color: #FED5BE;
}
</style>
background-color css
<style>
a { background-color: #FED5BE; }
a { background-color: rgb(254,213,190); }
div.DivClassName
{
background-color: #FED5BE;
}
.BgClassName
{
background-color: #FED5BE;
}
</style>
border-color css
<style>
span { border-color: #FED5BE; }
span { border-color: rgb(254,213,190); }
td.TdClassName
{
border-color: #FED5BE;
}
.TagClassName
{
border-color: #FED5BE;
}
</style>