Shades of Tuft Bush #FED2BE
Tints of Tuft Bush #FED2BE
RGB
CMYK
RGB Variations
Color information
#FED2BE (or 0xFED2BE) is known color: Tuft Bush. HEX triplet: FE, D2 and BE. RGB value is (254,210,190). Sum of RGB (Red+Green+Blue) = 254+210+190=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2BE is #012D41. Grayscale: #DDDDDD. Windows color (decimal): -77122 or 12505854. OLE color: 12505854.
HSL color Cylindrical-coordinate representation of color #FED2BE: hue angle of 18.75º 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 #FED2BE is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 190 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.00 |
| HSL | 18.75º | 0.97% | 0.87% | - |
| HSV(B) | 18.75º | 0.25% | 1% | - |
| XYZ | 73.21 | 70.88 | 58.54 | - |
| YUV | 220.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 190 | 0 | 0.17 | 0.25 | 0.00 | 18.75 | 0.97 | 0.87 |
| Hex | FE | D2 | BE | 0 | 11 | 19 | 0 | 13 | 61 | 57 |
| Octal | 376 | 322 | 276 | 0 | 21 | 31 | 0 | 23 | 141 | 127 |
| Binary | 11111110 | 11010010 | 10111110 | 0 | 10001 | 11001 | 0 | 10011 | 1100001 | 1010111 |
Color Harmonies of #FED2BE
Complementary color
Monochromatic Colors of #FED2BE
Black with #FED2BE
Text Example
Text Example
White with #FED2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2BE; }
p { color: rgb(254,210,190); }
H1.HeaderClassName
{
color: #FED2BE;
}
.AnyTagClassName
{
color: #FED2BE;
}
</style>
background-color css
<style>
a { background-color: #FED2BE; }
a { background-color: rgb(254,210,190); }
div.DivClassName
{
background-color: #FED2BE;
}
.BgClassName
{
background-color: #FED2BE;
}
</style>
border-color css
<style>
span { border-color: #FED2BE; }
span { border-color: rgb(254,210,190); }
td.TdClassName
{
border-color: #FED2BE;
}
.TagClassName
{
border-color: #FED2BE;
}
</style>