Shades of Tuft Bush #FED6BD
Tints of Tuft Bush #FED6BD
RGB
CMYK
RGB Variations
Color information
#FED6BD (or 0xFED6BD) is known color: Tuft Bush. HEX triplet: FE, D6 and BD. RGB value is (254,214,189). Sum of RGB (Red+Green+Blue) = 254+214+189=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6BD is #012942. Grayscale: #DFDFDF. Windows color (decimal): -76099 or 12441342. OLE color: 12441342.
HSL color Cylindrical-coordinate representation of color #FED6BD: hue angle of 23.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FED6BD is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 189 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.00 |
| HSL | 23.08º | 0.97% | 0.87% | - |
| HSV(B) | 23.08º | 0.26% | 1% | - |
| XYZ | 74.1 | 72.84 | 58.3 | - |
| YUV | 223.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 189 | 0 | 0.16 | 0.26 | 0.00 | 23.08 | 0.97 | 0.87 |
| Hex | FE | D6 | BD | 0 | 10 | 1A | 0 | 17 | 61 | 57 |
| Octal | 376 | 326 | 275 | 0 | 20 | 32 | 0 | 27 | 141 | 127 |
| Binary | 11111110 | 11010110 | 10111101 | 0 | 10000 | 11010 | 0 | 10111 | 1100001 | 1010111 |
Color Harmonies of #FED6BD
Complementary color
Monochromatic Colors of #FED6BD
Black with #FED6BD
Text Example
Text Example
White with #FED6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6BD; }
p { color: rgb(254,214,189); }
H1.HeaderClassName
{
color: #FED6BD;
}
.AnyTagClassName
{
color: #FED6BD;
}
</style>
background-color css
<style>
a { background-color: #FED6BD; }
a { background-color: rgb(254,214,189); }
div.DivClassName
{
background-color: #FED6BD;
}
.BgClassName
{
background-color: #FED6BD;
}
</style>
border-color css
<style>
span { border-color: #FED6BD; }
span { border-color: rgb(254,214,189); }
td.TdClassName
{
border-color: #FED6BD;
}
.TagClassName
{
border-color: #FED6BD;
}
</style>