Shades of Sundown #F1AFAE
Tints of Sundown #F1AFAE
RGB
CMYK
RGB Variations
Color information
#F1AFAE (or 0xF1AFAE) is known color: Sundown. HEX triplet: F1, AF and AE. RGB value is (241,175,174). Sum of RGB (Red+Green+Blue) = 241+175+174=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AFAE is #0E5051. Grayscale: #C2C2C2. Windows color (decimal): -938066 or 11448305. OLE color: 11448305.
HSL color Cylindrical-coordinate representation of color #F1AFAE: hue angle of 0.9º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1AFAE is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 174 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.05 |
| HSL | 0.9º | 0.71% | 0.81% | - |
| HSV(B) | 0.9º | 0.28% | 0.95% | - |
| XYZ | 59.25 | 52.42 | 47.04 | - |
| YUV | 194.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 174 | 0 | 0.27 | 0.28 | 0.05 | 0.9 | 0.71 | 0.81 |
| Hex | F1 | AF | AE | 0 | 1B | 1C | 5 | 1 | 47 | 51 |
| Octal | 361 | 257 | 256 | 0 | 33 | 34 | 5 | 1 | 107 | 121 |
| Binary | 11110001 | 10101111 | 10101110 | 0 | 11011 | 11100 | 101 | 1 | 1000111 | 1010001 |
Color Harmonies of #F1AFAE
Complementary color
Monochromatic Colors of #F1AFAE
Black with #F1AFAE
Text Example
Text Example
White with #F1AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AFAE; }
p { color: rgb(241,175,174); }
H1.HeaderClassName
{
color: #F1AFAE;
}
.AnyTagClassName
{
color: #F1AFAE;
}
</style>
background-color css
<style>
a { background-color: #F1AFAE; }
a { background-color: rgb(241,175,174); }
div.DivClassName
{
background-color: #F1AFAE;
}
.BgClassName
{
background-color: #F1AFAE;
}
</style>
border-color css
<style>
span { border-color: #F1AFAE; }
span { border-color: rgb(241,175,174); }
td.TdClassName
{
border-color: #F1AFAE;
}
.TagClassName
{
border-color: #F1AFAE;
}
</style>