Shades of Sundown #FEADA5
Tints of Sundown #FEADA5
RGB
CMYK
RGB Variations
Color information
#FEADA5 (or 0xFEADA5) is known color: Sundown. HEX triplet: FE, AD and A5. RGB value is (254,173,165). Sum of RGB (Red+Green+Blue) = 254+173+165=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADA5 is #01525A. Grayscale: #C4C4C4. Windows color (decimal): -86619 or 10857982. OLE color: 10857982.
HSL color Cylindrical-coordinate representation of color #FEADA5: hue angle of 5.39º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEADA5 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 165 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.00 |
| HSL | 5.39º | 0.98% | 0.82% | - |
| HSV(B) | 5.39º | 0.35% | 1% | - |
| XYZ | 62.61 | 53.67 | 42.66 | - |
| YUV | 196.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 165 | 0 | 0.32 | 0.35 | 0.00 | 5.39 | 0.98 | 0.82 |
| Hex | FE | AD | A5 | 0 | 20 | 23 | 0 | 5 | 62 | 52 |
| Octal | 376 | 255 | 245 | 0 | 40 | 43 | 0 | 5 | 142 | 122 |
| Binary | 11111110 | 10101101 | 10100101 | 0 | 100000 | 100011 | 0 | 101 | 1100010 | 1010010 |
Color Harmonies of #FEADA5
Complementary color
Monochromatic Colors of #FEADA5
Black with #FEADA5
Text Example
Text Example
White with #FEADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADA5; }
p { color: rgb(254,173,165); }
H1.HeaderClassName
{
color: #FEADA5;
}
.AnyTagClassName
{
color: #FEADA5;
}
</style>
background-color css
<style>
a { background-color: #FEADA5; }
a { background-color: rgb(254,173,165); }
div.DivClassName
{
background-color: #FEADA5;
}
.BgClassName
{
background-color: #FEADA5;
}
</style>
border-color css
<style>
span { border-color: #FEADA5; }
span { border-color: rgb(254,173,165); }
td.TdClassName
{
border-color: #FEADA5;
}
.TagClassName
{
border-color: #FEADA5;
}
</style>