Shades of Tuft Bush #FED0BB
Tints of Tuft Bush #FED0BB
RGB
CMYK
RGB Variations
Color information
#FED0BB (or 0xFED0BB) is known color: Tuft Bush. HEX triplet: FE, D0 and BB. RGB value is (254,208,187). Sum of RGB (Red+Green+Blue) = 254+208+187=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0BB is #012F44. Grayscale: #DBDBDB. Windows color (decimal): -77637 or 12308734. OLE color: 12308734.
HSL color Cylindrical-coordinate representation of color #FED0BB: hue angle of 18.81º 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 #FED0BB is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 187 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.00 |
| HSL | 18.81º | 0.97% | 0.86% | - |
| HSV(B) | 18.81º | 0.26% | 1% | - |
| XYZ | 72.4 | 69.77 | 56.66 | - |
| YUV | 219.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 187 | 0 | 0.18 | 0.26 | 0.00 | 18.81 | 0.97 | 0.86 |
| Hex | FE | D0 | BB | 0 | 12 | 1A | 0 | 13 | 61 | 56 |
| Octal | 376 | 320 | 273 | 0 | 22 | 32 | 0 | 23 | 141 | 126 |
| Binary | 11111110 | 11010000 | 10111011 | 0 | 10010 | 11010 | 0 | 10011 | 1100001 | 1010110 |
Color Harmonies of #FED0BB
Complementary color
Monochromatic Colors of #FED0BB
Black with #FED0BB
Text Example
Text Example
White with #FED0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0BB; }
p { color: rgb(254,208,187); }
H1.HeaderClassName
{
color: #FED0BB;
}
.AnyTagClassName
{
color: #FED0BB;
}
</style>
background-color css
<style>
a { background-color: #FED0BB; }
a { background-color: rgb(254,208,187); }
div.DivClassName
{
background-color: #FED0BB;
}
.BgClassName
{
background-color: #FED0BB;
}
</style>
border-color css
<style>
span { border-color: #FED0BB; }
span { border-color: rgb(254,208,187); }
td.TdClassName
{
border-color: #FED0BB;
}
.TagClassName
{
border-color: #FED0BB;
}
</style>