Shades of Tuft Bush #FED2B9
Tints of Tuft Bush #FED2B9
RGB
CMYK
RGB Variations
Color information
#FED2B9 (or 0xFED2B9) is known color: Tuft Bush. HEX triplet: FE, D2 and B9. RGB value is (254,210,185). Sum of RGB (Red+Green+Blue) = 254+210+185=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 185 (72.66% from 255 or 28.51% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2B9 is #012D46. Grayscale: #DCDCDC. Windows color (decimal): -77127 or 12178174. OLE color: 12178174.
HSL color Cylindrical-coordinate representation of color #FED2B9: hue angle of 21.74º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FED2B9 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 185 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.00 |
| HSL | 21.74º | 0.97% | 0.86% | - |
| HSV(B) | 21.74º | 0.27% | 1% | - |
| XYZ | 72.68 | 70.67 | 55.71 | - |
| YUV | 220.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 185 | 0 | 0.17 | 0.27 | 0.00 | 21.74 | 0.97 | 0.86 |
| Hex | FE | D2 | B9 | 0 | 11 | 1B | 0 | 16 | 61 | 56 |
| Octal | 376 | 322 | 271 | 0 | 21 | 33 | 0 | 26 | 141 | 126 |
| Binary | 11111110 | 11010010 | 10111001 | 0 | 10001 | 11011 | 0 | 10110 | 1100001 | 1010110 |
Color Harmonies of #FED2B9
Complementary color
Monochromatic Colors of #FED2B9
Black with #FED2B9
Text Example
Text Example
White with #FED2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2B9; }
p { color: rgb(254,210,185); }
H1.HeaderClassName
{
color: #FED2B9;
}
.AnyTagClassName
{
color: #FED2B9;
}
</style>
background-color css
<style>
a { background-color: #FED2B9; }
a { background-color: rgb(254,210,185); }
div.DivClassName
{
background-color: #FED2B9;
}
.BgClassName
{
background-color: #FED2B9;
}
</style>
border-color css
<style>
span { border-color: #FED2B9; }
span { border-color: rgb(254,210,185); }
td.TdClassName
{
border-color: #FED2B9;
}
.TagClassName
{
border-color: #FED2B9;
}
</style>