Shades of Sundown #F2ADA9
Tints of Sundown #F2ADA9
RGB
CMYK
RGB Variations
Color information
#F2ADA9 (or 0xF2ADA9) is known color: Sundown. HEX triplet: F2, AD and A9. RGB value is (242,173,169). Sum of RGB (Red+Green+Blue) = 242+173+169=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADA9 is #0D5256. Grayscale: #C1C1C1. Windows color (decimal): -873047 or 11120114. OLE color: 11120114.
HSL color Cylindrical-coordinate representation of color #F2ADA9: hue angle of 3.29º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2ADA9 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 169 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.05 |
| HSL | 3.29º | 0.74% | 0.81% | - |
| HSV(B) | 3.29º | 0.3% | 0.95% | - |
| XYZ | 58.72 | 51.63 | 44.41 | - |
| YUV | 193.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 169 | 0 | 0.29 | 0.30 | 0.05 | 3.29 | 0.74 | 0.81 |
| Hex | F2 | AD | A9 | 0 | 1D | 1E | 5 | 3 | 4A | 51 |
| Octal | 362 | 255 | 251 | 0 | 35 | 36 | 5 | 3 | 112 | 121 |
| Binary | 11110010 | 10101101 | 10101001 | 0 | 11101 | 11110 | 101 | 11 | 1001010 | 1010001 |
Color Harmonies of #F2ADA9
Complementary color
Monochromatic Colors of #F2ADA9
Black with #F2ADA9
Text Example
Text Example
White with #F2ADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADA9; }
p { color: rgb(242,173,169); }
H1.HeaderClassName
{
color: #F2ADA9;
}
.AnyTagClassName
{
color: #F2ADA9;
}
</style>
background-color css
<style>
a { background-color: #F2ADA9; }
a { background-color: rgb(242,173,169); }
div.DivClassName
{
background-color: #F2ADA9;
}
.BgClassName
{
background-color: #F2ADA9;
}
</style>
border-color css
<style>
span { border-color: #F2ADA9; }
span { border-color: rgb(242,173,169); }
td.TdClassName
{
border-color: #F2ADA9;
}
.TagClassName
{
border-color: #F2ADA9;
}
</style>