Shades of Sundown #FEA5A3
Tints of Sundown #FEA5A3
RGB
CMYK
RGB Variations
Color information
#FEA5A3 (or 0xFEA5A3) is known color: Sundown. HEX triplet: FE, A5 and A3. RGB value is (254,165,163). Sum of RGB (Red+Green+Blue) = 254+165+163=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 163 (64.06% from 255 or 28.01% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A3 is #015A5C. Grayscale: #BFBFBF. Windows color (decimal): -88669 or 10724862. OLE color: 10724862.
HSL color Cylindrical-coordinate representation of color #FEA5A3: hue angle of 1.32º 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 #FEA5A3 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 163 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.00 |
| HSL | 1.32º | 0.98% | 0.82% | - |
| HSV(B) | 1.32º | 0.36% | 1% | - |
| XYZ | 60.94 | 50.63 | 41.21 | - |
| YUV | 191.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 163 | 0 | 0.35 | 0.36 | 0.00 | 1.32 | 0.98 | 0.82 |
| Hex | FE | A5 | A3 | 0 | 23 | 24 | 0 | 1 | 62 | 52 |
| Octal | 376 | 245 | 243 | 0 | 43 | 44 | 0 | 1 | 142 | 122 |
| Binary | 11111110 | 10100101 | 10100011 | 0 | 100011 | 100100 | 0 | 1 | 1100010 | 1010010 |
Color Harmonies of #FEA5A3
Complementary color
Monochromatic Colors of #FEA5A3
Black with #FEA5A3
Text Example
Text Example
White with #FEA5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5A3; }
p { color: rgb(254,165,163); }
H1.HeaderClassName
{
color: #FEA5A3;
}
.AnyTagClassName
{
color: #FEA5A3;
}
</style>
background-color css
<style>
a { background-color: #FEA5A3; }
a { background-color: rgb(254,165,163); }
div.DivClassName
{
background-color: #FEA5A3;
}
.BgClassName
{
background-color: #FEA5A3;
}
</style>
border-color css
<style>
span { border-color: #FEA5A3; }
span { border-color: rgb(254,165,163); }
td.TdClassName
{
border-color: #FEA5A3;
}
.TagClassName
{
border-color: #FEA5A3;
}
</style>