Shades of Tuft Bush #FED0B8
Tints of Tuft Bush #FED0B8
RGB
CMYK
RGB Variations
Color information
#FED0B8 (or 0xFED0B8) is known color: Tuft Bush. HEX triplet: FE, D0 and B8. RGB value is (254,208,184). Sum of RGB (Red+Green+Blue) = 254+208+184=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 184 (72.27% from 255 or 28.48% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0B8 is #012F47. Grayscale: #DBDBDB. Windows color (decimal): -77640 or 12112126. OLE color: 12112126.
HSL color Cylindrical-coordinate representation of color #FED0B8: hue angle of 20.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FED0B8 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 184 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.00 |
| HSL | 20.57º | 0.97% | 0.86% | - |
| HSV(B) | 20.57º | 0.28% | 1% | - |
| XYZ | 72.08 | 69.64 | 54.99 | - |
| YUV | 219.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 184 | 0 | 0.18 | 0.28 | 0.00 | 20.57 | 0.97 | 0.86 |
| Hex | FE | D0 | B8 | 0 | 12 | 1C | 0 | 15 | 61 | 56 |
| Octal | 376 | 320 | 270 | 0 | 22 | 34 | 0 | 25 | 141 | 126 |
| Binary | 11111110 | 11010000 | 10111000 | 0 | 10010 | 11100 | 0 | 10101 | 1100001 | 1010110 |
Color Harmonies of #FED0B8
Complementary color
Monochromatic Colors of #FED0B8
Black with #FED0B8
Text Example
Text Example
White with #FED0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0B8; }
p { color: rgb(254,208,184); }
H1.HeaderClassName
{
color: #FED0B8;
}
.AnyTagClassName
{
color: #FED0B8;
}
</style>
background-color css
<style>
a { background-color: #FED0B8; }
a { background-color: rgb(254,208,184); }
div.DivClassName
{
background-color: #FED0B8;
}
.BgClassName
{
background-color: #FED0B8;
}
</style>
border-color css
<style>
span { border-color: #FED0B8; }
span { border-color: rgb(254,208,184); }
td.TdClassName
{
border-color: #FED0B8;
}
.TagClassName
{
border-color: #FED0B8;
}
</style>