Shades of Tuft Bush #FED4BB
Tints of Tuft Bush #FED4BB
RGB
CMYK
RGB Variations
Color information
#FED4BB (or 0xFED4BB) is known color: Tuft Bush. HEX triplet: FE, D4 and BB. RGB value is (254,212,187). Sum of RGB (Red+Green+Blue) = 254+212+187=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4BB is #012B44. Grayscale: #DDDDDD. Windows color (decimal): -76613 or 12309758. OLE color: 12309758.
HSL color Cylindrical-coordinate representation of color #FED4BB: hue angle of 22.39º 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 #FED4BB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 187 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.00 |
| HSL | 22.39º | 0.97% | 0.86% | - |
| HSV(B) | 22.39º | 0.26% | 1% | - |
| XYZ | 73.39 | 71.75 | 56.99 | - |
| YUV | 221.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 187 | 0 | 0.17 | 0.26 | 0.00 | 22.39 | 0.97 | 0.86 |
| Hex | FE | D4 | BB | 0 | 11 | 1A | 0 | 16 | 61 | 56 |
| Octal | 376 | 324 | 273 | 0 | 21 | 32 | 0 | 26 | 141 | 126 |
| Binary | 11111110 | 11010100 | 10111011 | 0 | 10001 | 11010 | 0 | 10110 | 1100001 | 1010110 |
Color Harmonies of #FED4BB
Complementary color
Monochromatic Colors of #FED4BB
Black with #FED4BB
Text Example
Text Example
White with #FED4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4BB; }
p { color: rgb(254,212,187); }
H1.HeaderClassName
{
color: #FED4BB;
}
.AnyTagClassName
{
color: #FED4BB;
}
</style>
background-color css
<style>
a { background-color: #FED4BB; }
a { background-color: rgb(254,212,187); }
div.DivClassName
{
background-color: #FED4BB;
}
.BgClassName
{
background-color: #FED4BB;
}
</style>
border-color css
<style>
span { border-color: #FED4BB; }
span { border-color: rgb(254,212,187); }
td.TdClassName
{
border-color: #FED4BB;
}
.TagClassName
{
border-color: #FED4BB;
}
</style>