Shades of Sundown #FEADA3
Tints of Sundown #FEADA3
RGB
CMYK
RGB Variations
Color information
#FEADA3 (or 0xFEADA3) is known color: Sundown. HEX triplet: FE, AD and A3. RGB value is (254,173,163). Sum of RGB (Red+Green+Blue) = 254+173+163=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADA3 is #01525C. Grayscale: #C4C4C4. Windows color (decimal): -86621 or 10726910. OLE color: 10726910.
HSL color Cylindrical-coordinate representation of color #FEADA3: hue angle of 6.59º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEADA3 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 163 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.00 |
| HSL | 6.59º | 0.98% | 0.82% | - |
| HSV(B) | 6.59º | 0.36% | 1% | - |
| XYZ | 62.43 | 53.6 | 41.71 | - |
| YUV | 196.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 163 | 0 | 0.32 | 0.36 | 0.00 | 6.59 | 0.98 | 0.82 |
| Hex | FE | AD | A3 | 0 | 20 | 24 | 0 | 7 | 62 | 52 |
| Octal | 376 | 255 | 243 | 0 | 40 | 44 | 0 | 7 | 142 | 122 |
| Binary | 11111110 | 10101101 | 10100011 | 0 | 100000 | 100100 | 0 | 111 | 1100010 | 1010010 |
Color Harmonies of #FEADA3
Complementary color
Monochromatic Colors of #FEADA3
Black with #FEADA3
Text Example
Text Example
White with #FEADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADA3; }
p { color: rgb(254,173,163); }
H1.HeaderClassName
{
color: #FEADA3;
}
.AnyTagClassName
{
color: #FEADA3;
}
</style>
background-color css
<style>
a { background-color: #FEADA3; }
a { background-color: rgb(254,173,163); }
div.DivClassName
{
background-color: #FEADA3;
}
.BgClassName
{
background-color: #FEADA3;
}
</style>
border-color css
<style>
span { border-color: #FEADA3; }
span { border-color: rgb(254,173,163); }
td.TdClassName
{
border-color: #FEADA3;
}
.TagClassName
{
border-color: #FEADA3;
}
</style>