Shades of Tuft Bush #FED1BE
Tints of Tuft Bush #FED1BE
RGB
CMYK
RGB Variations
Color information
#FED1BE (or 0xFED1BE) is known color: Tuft Bush. HEX triplet: FE, D1 and BE. RGB value is (254,209,190). Sum of RGB (Red+Green+Blue) = 254+209+190=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1BE is #012E41. Grayscale: #DCDCDC. Windows color (decimal): -77378 or 12505598. OLE color: 12505598.
HSL color Cylindrical-coordinate representation of color #FED1BE: hue angle of 17.81º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FED1BE is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 190 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.00 |
| HSL | 17.81º | 0.97% | 0.87% | - |
| HSV(B) | 17.81º | 0.25% | 1% | - |
| XYZ | 72.97 | 70.39 | 58.46 | - |
| YUV | 220.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 190 | 0 | 0.18 | 0.25 | 0.00 | 17.81 | 0.97 | 0.87 |
| Hex | FE | D1 | BE | 0 | 12 | 19 | 0 | 12 | 61 | 57 |
| Octal | 376 | 321 | 276 | 0 | 22 | 31 | 0 | 22 | 141 | 127 |
| Binary | 11111110 | 11010001 | 10111110 | 0 | 10010 | 11001 | 0 | 10010 | 1100001 | 1010111 |
Color Harmonies of #FED1BE
Complementary color
Monochromatic Colors of #FED1BE
Black with #FED1BE
Text Example
Text Example
White with #FED1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1BE; }
p { color: rgb(254,209,190); }
H1.HeaderClassName
{
color: #FED1BE;
}
.AnyTagClassName
{
color: #FED1BE;
}
</style>
background-color css
<style>
a { background-color: #FED1BE; }
a { background-color: rgb(254,209,190); }
div.DivClassName
{
background-color: #FED1BE;
}
.BgClassName
{
background-color: #FED1BE;
}
</style>
border-color css
<style>
span { border-color: #FED1BE; }
span { border-color: rgb(254,209,190); }
td.TdClassName
{
border-color: #FED1BE;
}
.TagClassName
{
border-color: #FED1BE;
}
</style>