Shades of Sundown #FFAFAE
Tints of Sundown #FFAFAE
RGB
CMYK
RGB Variations
Color information
#FFAFAE (or 0xFFAFAE) is known color: Sundown. HEX triplet: FF, AF and AE. RGB value is (255,175,174). Sum of RGB (Red+Green+Blue) = 255+175+174=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFAE is #005051. Grayscale: #C6C6C6. Windows color (decimal): -20562 or 11448319. OLE color: 11448319.
HSL color Cylindrical-coordinate representation of color #FFAFAE: hue angle of 0.74º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAFAE is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 174 | - |
| CMYK | 0 | 0.31 | 0.32 | 0 |
| HSL | 0.74º | 1% | 0.84% | - |
| HSV(B) | 0.74º | 0.32% | 1% | - |
| XYZ | 64.21 | 54.98 | 47.27 | - |
| YUV | 198.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 174 | 0 | 0.31 | 0.32 | 0 | 0.74 | 1 | 0.84 |
| Hex | FF | AF | AE | 0 | 1F | 20 | 0 | 1 | 64 | 54 |
| Octal | 377 | 257 | 256 | 0 | 37 | 40 | 0 | 1 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10101110 | 0 | 11111 | 100000 | 0 | 1 | 1100100 | 1010100 |
Color Harmonies of #FFAFAE
Complementary color
Monochromatic Colors of #FFAFAE
Black with #FFAFAE
Text Example
Text Example
White with #FFAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFAE; }
p { color: rgb(255,175,174); }
H1.HeaderClassName
{
color: #FFAFAE;
}
.AnyTagClassName
{
color: #FFAFAE;
}
</style>
background-color css
<style>
a { background-color: #FFAFAE; }
a { background-color: rgb(255,175,174); }
div.DivClassName
{
background-color: #FFAFAE;
}
.BgClassName
{
background-color: #FFAFAE;
}
</style>
border-color css
<style>
span { border-color: #FFAFAE; }
span { border-color: rgb(255,175,174); }
td.TdClassName
{
border-color: #FFAFAE;
}
.TagClassName
{
border-color: #FFAFAE;
}
</style>