Shades of Tuft Bush #FED3B8
Tints of Tuft Bush #FED3B8
RGB
CMYK
RGB Variations
Color information
#FED3B8 (or 0xFED3B8) is known color: Tuft Bush. HEX triplet: FE, D3 and B8. RGB value is (254,211,184). Sum of RGB (Red+Green+Blue) = 254+211+184=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 184 (72.27% from 255 or 28.35% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3B8 is #012C47. Grayscale: #DCDCDC. Windows color (decimal): -76872 or 12112894. OLE color: 12112894.
HSL color Cylindrical-coordinate representation of color #FED3B8: hue angle of 23.14º 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 #FED3B8 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 184 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.00 |
| HSL | 23.14º | 0.97% | 0.86% | - |
| HSV(B) | 23.14º | 0.28% | 1% | - |
| XYZ | 72.82 | 71.12 | 55.24 | - |
| YUV | 220.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 184 | 0 | 0.17 | 0.28 | 0.00 | 23.14 | 0.97 | 0.86 |
| Hex | FE | D3 | B8 | 0 | 11 | 1C | 0 | 17 | 61 | 56 |
| Octal | 376 | 323 | 270 | 0 | 21 | 34 | 0 | 27 | 141 | 126 |
| Binary | 11111110 | 11010011 | 10111000 | 0 | 10001 | 11100 | 0 | 10111 | 1100001 | 1010110 |
Color Harmonies of #FED3B8
Complementary color
Monochromatic Colors of #FED3B8
Black with #FED3B8
Text Example
Text Example
White with #FED3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3B8; }
p { color: rgb(254,211,184); }
H1.HeaderClassName
{
color: #FED3B8;
}
.AnyTagClassName
{
color: #FED3B8;
}
</style>
background-color css
<style>
a { background-color: #FED3B8; }
a { background-color: rgb(254,211,184); }
div.DivClassName
{
background-color: #FED3B8;
}
.BgClassName
{
background-color: #FED3B8;
}
</style>
border-color css
<style>
span { border-color: #FED3B8; }
span { border-color: rgb(254,211,184); }
td.TdClassName
{
border-color: #FED3B8;
}
.TagClassName
{
border-color: #FED3B8;
}
</style>