Shades of Tuft Bush #FED3BE
Tints of Tuft Bush #FED3BE
RGB
CMYK
RGB Variations
Color information
#FED3BE (or 0xFED3BE) is known color: Tuft Bush. HEX triplet: FE, D3 and BE. RGB value is (254,211,190). Sum of RGB (Red+Green+Blue) = 254+211+190=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3BE is #012C41. Grayscale: #DDDDDD. Windows color (decimal): -76866 or 12506110. OLE color: 12506110.
HSL color Cylindrical-coordinate representation of color #FED3BE: hue angle of 19.69º 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 #FED3BE is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 190 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.00 |
| HSL | 19.69º | 0.97% | 0.87% | - |
| HSV(B) | 19.69º | 0.25% | 1% | - |
| XYZ | 73.46 | 71.38 | 58.62 | - |
| YUV | 221.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 190 | 0 | 0.17 | 0.25 | 0.00 | 19.69 | 0.97 | 0.87 |
| Hex | FE | D3 | BE | 0 | 11 | 19 | 0 | 14 | 61 | 57 |
| Octal | 376 | 323 | 276 | 0 | 21 | 31 | 0 | 24 | 141 | 127 |
| Binary | 11111110 | 11010011 | 10111110 | 0 | 10001 | 11001 | 0 | 10100 | 1100001 | 1010111 |
Color Harmonies of #FED3BE
Complementary color
Monochromatic Colors of #FED3BE
Black with #FED3BE
Text Example
Text Example
White with #FED3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3BE; }
p { color: rgb(254,211,190); }
H1.HeaderClassName
{
color: #FED3BE;
}
.AnyTagClassName
{
color: #FED3BE;
}
</style>
background-color css
<style>
a { background-color: #FED3BE; }
a { background-color: rgb(254,211,190); }
div.DivClassName
{
background-color: #FED3BE;
}
.BgClassName
{
background-color: #FED3BE;
}
</style>
border-color css
<style>
span { border-color: #FED3BE; }
span { border-color: rgb(254,211,190); }
td.TdClassName
{
border-color: #FED3BE;
}
.TagClassName
{
border-color: #FED3BE;
}
</style>