Shades of Tuft Bush #FED3BB
Tints of Tuft Bush #FED3BB
RGB
CMYK
RGB Variations
Color information
#FED3BB (or 0xFED3BB) is known color: Tuft Bush. HEX triplet: FE, D3 and BB. RGB value is (254,211,187). Sum of RGB (Red+Green+Blue) = 254+211+187=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3BB is #012C44. Grayscale: #DDDDDD. Windows color (decimal): -76869 or 12309502. OLE color: 12309502.
HSL color Cylindrical-coordinate representation of color #FED3BB: hue angle of 21.49º 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 #FED3BB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 187 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.00 |
| HSL | 21.49º | 0.97% | 0.86% | - |
| HSV(B) | 21.49º | 0.26% | 1% | - |
| XYZ | 73.14 | 71.25 | 56.91 | - |
| YUV | 221.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 187 | 0 | 0.17 | 0.26 | 0.00 | 21.49 | 0.97 | 0.86 |
| Hex | FE | D3 | BB | 0 | 11 | 1A | 0 | 15 | 61 | 56 |
| Octal | 376 | 323 | 273 | 0 | 21 | 32 | 0 | 25 | 141 | 126 |
| Binary | 11111110 | 11010011 | 10111011 | 0 | 10001 | 11010 | 0 | 10101 | 1100001 | 1010110 |
Color Harmonies of #FED3BB
Complementary color
Monochromatic Colors of #FED3BB
Black with #FED3BB
Text Example
Text Example
White with #FED3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3BB; }
p { color: rgb(254,211,187); }
H1.HeaderClassName
{
color: #FED3BB;
}
.AnyTagClassName
{
color: #FED3BB;
}
</style>
background-color css
<style>
a { background-color: #FED3BB; }
a { background-color: rgb(254,211,187); }
div.DivClassName
{
background-color: #FED3BB;
}
.BgClassName
{
background-color: #FED3BB;
}
</style>
border-color css
<style>
span { border-color: #FED3BB; }
span { border-color: rgb(254,211,187); }
td.TdClassName
{
border-color: #FED3BB;
}
.TagClassName
{
border-color: #FED3BB;
}
</style>