Shades of Sundown #F2AEA8
Tints of Sundown #F2AEA8
RGB
CMYK
RGB Variations
Color information
#F2AEA8 (or 0xF2AEA8) is known color: Sundown. HEX triplet: F2, AE and A8. RGB value is (242,174,168). Sum of RGB (Red+Green+Blue) = 242+174+168=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AEA8 is #0D5157. Grayscale: #C1C1C1. Windows color (decimal): -872792 or 11054834. OLE color: 11054834.
HSL color Cylindrical-coordinate representation of color #F2AEA8: hue angle of 4.86º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2AEA8 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 168 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.05 |
| HSL | 4.86º | 0.74% | 0.8% | - |
| HSV(B) | 4.86º | 0.31% | 0.95% | - |
| XYZ | 58.82 | 51.98 | 43.98 | - |
| YUV | 193.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 168 | 0 | 0.28 | 0.31 | 0.05 | 4.86 | 0.74 | 0.8 |
| Hex | F2 | AE | A8 | 0 | 1C | 1F | 5 | 5 | 4A | 50 |
| Octal | 362 | 256 | 250 | 0 | 34 | 37 | 5 | 5 | 112 | 120 |
| Binary | 11110010 | 10101110 | 10101000 | 0 | 11100 | 11111 | 101 | 101 | 1001010 | 1010000 |
Color Harmonies of #F2AEA8
Complementary color
Monochromatic Colors of #F2AEA8
Black with #F2AEA8
Text Example
Text Example
White with #F2AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEA8; }
p { color: rgb(242,174,168); }
H1.HeaderClassName
{
color: #F2AEA8;
}
.AnyTagClassName
{
color: #F2AEA8;
}
</style>
background-color css
<style>
a { background-color: #F2AEA8; }
a { background-color: rgb(242,174,168); }
div.DivClassName
{
background-color: #F2AEA8;
}
.BgClassName
{
background-color: #F2AEA8;
}
</style>
border-color css
<style>
span { border-color: #F2AEA8; }
span { border-color: rgb(242,174,168); }
td.TdClassName
{
border-color: #F2AEA8;
}
.TagClassName
{
border-color: #F2AEA8;
}
</style>