Shades of Tuft Bush #FED2B8
Tints of Tuft Bush #FED2B8
RGB
CMYK
RGB Variations
Color information
#FED2B8 (or 0xFED2B8) is known color: Tuft Bush. HEX triplet: FE, D2 and B8. RGB value is (254,210,184). Sum of RGB (Red+Green+Blue) = 254+210+184=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 184 (72.27% from 255 or 28.40% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2B8 is #012D47. Grayscale: #DCDCDC. Windows color (decimal): -77128 or 12112638. OLE color: 12112638.
HSL color Cylindrical-coordinate representation of color #FED2B8: hue angle of 22.29º 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 #FED2B8 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 184 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.00 |
| HSL | 22.29º | 0.97% | 0.86% | - |
| HSV(B) | 22.29º | 0.28% | 1% | - |
| XYZ | 72.57 | 70.62 | 55.15 | - |
| YUV | 220.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 184 | 0 | 0.17 | 0.28 | 0.00 | 22.29 | 0.97 | 0.86 |
| Hex | FE | D2 | B8 | 0 | 11 | 1C | 0 | 16 | 61 | 56 |
| Octal | 376 | 322 | 270 | 0 | 21 | 34 | 0 | 26 | 141 | 126 |
| Binary | 11111110 | 11010010 | 10111000 | 0 | 10001 | 11100 | 0 | 10110 | 1100001 | 1010110 |
Color Harmonies of #FED2B8
Complementary color
Monochromatic Colors of #FED2B8
Black with #FED2B8
Text Example
Text Example
White with #FED2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2B8; }
p { color: rgb(254,210,184); }
H1.HeaderClassName
{
color: #FED2B8;
}
.AnyTagClassName
{
color: #FED2B8;
}
</style>
background-color css
<style>
a { background-color: #FED2B8; }
a { background-color: rgb(254,210,184); }
div.DivClassName
{
background-color: #FED2B8;
}
.BgClassName
{
background-color: #FED2B8;
}
</style>
border-color css
<style>
span { border-color: #FED2B8; }
span { border-color: rgb(254,210,184); }
td.TdClassName
{
border-color: #FED2B8;
}
.TagClassName
{
border-color: #FED2B8;
}
</style>