Shades of Sundown #FEAFA8
Tints of Sundown #FEAFA8
RGB
CMYK
RGB Variations
Color information
#FEAFA8 (or 0xFEAFA8) is known color: Sundown. HEX triplet: FE, AF and A8. RGB value is (254,175,168). Sum of RGB (Red+Green+Blue) = 254+175+168=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFA8 is #015057. Grayscale: #C5C5C5. Windows color (decimal): -86104 or 11055102. OLE color: 11055102.
HSL color Cylindrical-coordinate representation of color #FEAFA8: hue angle of 4.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEAFA8 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 168 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.00 |
| HSL | 4.88º | 0.98% | 0.83% | - |
| HSV(B) | 4.88º | 0.34% | 1% | - |
| XYZ | 63.27 | 54.56 | 44.24 | - |
| YUV | 197.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 168 | 0 | 0.31 | 0.34 | 0.00 | 4.88 | 0.98 | 0.83 |
| Hex | FE | AF | A8 | 0 | 1F | 22 | 0 | 5 | 62 | 53 |
| Octal | 376 | 257 | 250 | 0 | 37 | 42 | 0 | 5 | 142 | 123 |
| Binary | 11111110 | 10101111 | 10101000 | 0 | 11111 | 100010 | 0 | 101 | 1100010 | 1010011 |
Color Harmonies of #FEAFA8
Complementary color
Monochromatic Colors of #FEAFA8
Black with #FEAFA8
Text Example
Text Example
White with #FEAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAFA8; }
p { color: rgb(254,175,168); }
H1.HeaderClassName
{
color: #FEAFA8;
}
.AnyTagClassName
{
color: #FEAFA8;
}
</style>
background-color css
<style>
a { background-color: #FEAFA8; }
a { background-color: rgb(254,175,168); }
div.DivClassName
{
background-color: #FEAFA8;
}
.BgClassName
{
background-color: #FEAFA8;
}
</style>
border-color css
<style>
span { border-color: #FEAFA8; }
span { border-color: rgb(254,175,168); }
td.TdClassName
{
border-color: #FEAFA8;
}
.TagClassName
{
border-color: #FEAFA8;
}
</style>