Shades of Sundown #FEADAC
Tints of Sundown #FEADAC
RGB
CMYK
RGB Variations
Color information
#FEADAC (or 0xFEADAC) is known color: Sundown. HEX triplet: FE, AD and AC. RGB value is (254,173,172). Sum of RGB (Red+Green+Blue) = 254+173+172=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADAC is #015253. Grayscale: #C5C5C5. Windows color (decimal): -86612 or 11316734. OLE color: 11316734.
HSL color Cylindrical-coordinate representation of color #FEADAC: hue angle of 0.73º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEADAC is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 172 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.00 |
| HSL | 0.73º | 0.98% | 0.84% | - |
| HSV(B) | 0.73º | 0.32% | 1% | - |
| XYZ | 63.26 | 53.94 | 46.11 | - |
| YUV | 197.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 172 | 0 | 0.32 | 0.32 | 0.00 | 0.73 | 0.98 | 0.84 |
| Hex | FE | AD | AC | 0 | 20 | 20 | 0 | 1 | 62 | 54 |
| Octal | 376 | 255 | 254 | 0 | 40 | 40 | 0 | 1 | 142 | 124 |
| Binary | 11111110 | 10101101 | 10101100 | 0 | 100000 | 100000 | 0 | 1 | 1100010 | 1010100 |
Color Harmonies of #FEADAC
Complementary color
Monochromatic Colors of #FEADAC
Black with #FEADAC
Text Example
Text Example
White with #FEADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADAC; }
p { color: rgb(254,173,172); }
H1.HeaderClassName
{
color: #FEADAC;
}
.AnyTagClassName
{
color: #FEADAC;
}
</style>
background-color css
<style>
a { background-color: #FEADAC; }
a { background-color: rgb(254,173,172); }
div.DivClassName
{
background-color: #FEADAC;
}
.BgClassName
{
background-color: #FEADAC;
}
</style>
border-color css
<style>
span { border-color: #FEADAC; }
span { border-color: rgb(254,173,172); }
td.TdClassName
{
border-color: #FEADAC;
}
.TagClassName
{
border-color: #FEADAC;
}
</style>