Shades of Sundown #FEADAB
Tints of Sundown #FEADAB
RGB
CMYK
RGB Variations
Color information
#FEADAB (or 0xFEADAB) is known color: Sundown. HEX triplet: FE, AD and AB. RGB value is (254,173,171). Sum of RGB (Red+Green+Blue) = 254+173+171=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADAB is #015254. Grayscale: #C5C5C5. Windows color (decimal): -86613 or 11251198. OLE color: 11251198.
HSL color Cylindrical-coordinate representation of color #FEADAB: hue angle of 1.45º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEADAB is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 171 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.00 |
| HSL | 1.45º | 0.98% | 0.83% | - |
| HSV(B) | 1.45º | 0.33% | 1% | - |
| XYZ | 63.17 | 53.9 | 45.6 | - |
| YUV | 196.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 171 | 0 | 0.32 | 0.33 | 0.00 | 1.45 | 0.98 | 0.83 |
| Hex | FE | AD | AB | 0 | 20 | 21 | 0 | 1 | 62 | 53 |
| Octal | 376 | 255 | 253 | 0 | 40 | 41 | 0 | 1 | 142 | 123 |
| Binary | 11111110 | 10101101 | 10101011 | 0 | 100000 | 100001 | 0 | 1 | 1100010 | 1010011 |
Color Harmonies of #FEADAB
Complementary color
Monochromatic Colors of #FEADAB
Black with #FEADAB
Text Example
Text Example
White with #FEADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADAB; }
p { color: rgb(254,173,171); }
H1.HeaderClassName
{
color: #FEADAB;
}
.AnyTagClassName
{
color: #FEADAB;
}
</style>
background-color css
<style>
a { background-color: #FEADAB; }
a { background-color: rgb(254,173,171); }
div.DivClassName
{
background-color: #FEADAB;
}
.BgClassName
{
background-color: #FEADAB;
}
</style>
border-color css
<style>
span { border-color: #FEADAB; }
span { border-color: rgb(254,173,171); }
td.TdClassName
{
border-color: #FEADAB;
}
.TagClassName
{
border-color: #FEADAB;
}
</style>