Shades of Tuft Bush #FED1BD
Tints of Tuft Bush #FED1BD
RGB
CMYK
RGB Variations
Color information
#FED1BD (or 0xFED1BD) is known color: Tuft Bush. HEX triplet: FE, D1 and BD. RGB value is (254,209,189). Sum of RGB (Red+Green+Blue) = 254+209+189=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1BD is #012E42. Grayscale: #DCDCDC. Windows color (decimal): -77379 or 12440062. OLE color: 12440062.
HSL color Cylindrical-coordinate representation of color #FED1BD: hue angle of 18.46º 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 #FED1BD is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 189 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.00 |
| HSL | 18.46º | 0.97% | 0.87% | - |
| HSV(B) | 18.46º | 0.26% | 1% | - |
| XYZ | 72.86 | 70.35 | 57.88 | - |
| YUV | 220.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 189 | 0 | 0.18 | 0.26 | 0.00 | 18.46 | 0.97 | 0.87 |
| Hex | FE | D1 | BD | 0 | 12 | 1A | 0 | 12 | 61 | 57 |
| Octal | 376 | 321 | 275 | 0 | 22 | 32 | 0 | 22 | 141 | 127 |
| Binary | 11111110 | 11010001 | 10111101 | 0 | 10010 | 11010 | 0 | 10010 | 1100001 | 1010111 |
Color Harmonies of #FED1BD
Complementary color
Monochromatic Colors of #FED1BD
Black with #FED1BD
Text Example
Text Example
White with #FED1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1BD; }
p { color: rgb(254,209,189); }
H1.HeaderClassName
{
color: #FED1BD;
}
.AnyTagClassName
{
color: #FED1BD;
}
</style>
background-color css
<style>
a { background-color: #FED1BD; }
a { background-color: rgb(254,209,189); }
div.DivClassName
{
background-color: #FED1BD;
}
.BgClassName
{
background-color: #FED1BD;
}
</style>
border-color css
<style>
span { border-color: #FED1BD; }
span { border-color: rgb(254,209,189); }
td.TdClassName
{
border-color: #FED1BD;
}
.TagClassName
{
border-color: #FED1BD;
}
</style>