Shades of Sundown #FFAFAB
Tints of Sundown #FFAFAB
RGB
CMYK
RGB Variations
Color information
#FFAFAB (or 0xFFAFAB) is known color: Sundown. HEX triplet: FF, AF and AB. RGB value is (255,175,171). Sum of RGB (Red+Green+Blue) = 255+175+171=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFAB is #005054. Grayscale: #C6C6C6. Windows color (decimal): -20565 or 11251711. OLE color: 11251711.
HSL color Cylindrical-coordinate representation of color #FFAFAB: hue angle of 2.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAFAB is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 171 | - |
| CMYK | 0 | 0.31 | 0.33 | 0 |
| HSL | 2.86º | 1% | 0.84% | - |
| HSV(B) | 2.86º | 0.33% | 1% | - |
| XYZ | 63.92 | 54.86 | 45.75 | - |
| YUV | 198.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 171 | 0 | 0.31 | 0.33 | 0 | 2.86 | 1 | 0.84 |
| Hex | FF | AF | AB | 0 | 1F | 21 | 0 | 3 | 64 | 54 |
| Octal | 377 | 257 | 253 | 0 | 37 | 41 | 0 | 3 | 144 | 124 |
| Binary | 11111111 | 10101111 | 10101011 | 0 | 11111 | 100001 | 0 | 11 | 1100100 | 1010100 |
Color Harmonies of #FFAFAB
Complementary color
Monochromatic Colors of #FFAFAB
Black with #FFAFAB
Text Example
Text Example
White with #FFAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFAB; }
p { color: rgb(255,175,171); }
H1.HeaderClassName
{
color: #FFAFAB;
}
.AnyTagClassName
{
color: #FFAFAB;
}
</style>
background-color css
<style>
a { background-color: #FFAFAB; }
a { background-color: rgb(255,175,171); }
div.DivClassName
{
background-color: #FFAFAB;
}
.BgClassName
{
background-color: #FFAFAB;
}
</style>
border-color css
<style>
span { border-color: #FFAFAB; }
span { border-color: rgb(255,175,171); }
td.TdClassName
{
border-color: #FFAFAB;
}
.TagClassName
{
border-color: #FFAFAB;
}
</style>