Shades of Tuft Bush #FED2BB
Tints of Tuft Bush #FED2BB
RGB
CMYK
RGB Variations
Color information
#FED2BB (or 0xFED2BB) is known color: Tuft Bush. HEX triplet: FE, D2 and BB. RGB value is (254,210,187). Sum of RGB (Red+Green+Blue) = 254+210+187=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2BB is #012D44. Grayscale: #DCDCDC. Windows color (decimal): -77125 or 12309246. OLE color: 12309246.
HSL color Cylindrical-coordinate representation of color #FED2BB: hue angle of 20.6º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FED2BB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 187 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.00 |
| HSL | 20.6º | 0.97% | 0.86% | - |
| HSV(B) | 20.6º | 0.26% | 1% | - |
| XYZ | 72.89 | 70.75 | 56.83 | - |
| YUV | 220.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 187 | 0 | 0.17 | 0.26 | 0.00 | 20.6 | 0.97 | 0.86 |
| Hex | FE | D2 | BB | 0 | 11 | 1A | 0 | 15 | 61 | 56 |
| Octal | 376 | 322 | 273 | 0 | 21 | 32 | 0 | 25 | 141 | 126 |
| Binary | 11111110 | 11010010 | 10111011 | 0 | 10001 | 11010 | 0 | 10101 | 1100001 | 1010110 |
Color Harmonies of #FED2BB
Complementary color
Monochromatic Colors of #FED2BB
Black with #FED2BB
Text Example
Text Example
White with #FED2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2BB; }
p { color: rgb(254,210,187); }
H1.HeaderClassName
{
color: #FED2BB;
}
.AnyTagClassName
{
color: #FED2BB;
}
</style>
background-color css
<style>
a { background-color: #FED2BB; }
a { background-color: rgb(254,210,187); }
div.DivClassName
{
background-color: #FED2BB;
}
.BgClassName
{
background-color: #FED2BB;
}
</style>
border-color css
<style>
span { border-color: #FED2BB; }
span { border-color: rgb(254,210,187); }
td.TdClassName
{
border-color: #FED2BB;
}
.TagClassName
{
border-color: #FED2BB;
}
</style>