Shades of Sundown #F2ADA6
Tints of Sundown #F2ADA6
RGB
CMYK
RGB Variations
Color information
#F2ADA6 (or 0xF2ADA6) is known color: Sundown. HEX triplet: F2, AD and A6. RGB value is (242,173,166). Sum of RGB (Red+Green+Blue) = 242+173+166=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADA6 is #0D5259. Grayscale: #C0C0C0. Windows color (decimal): -873050 or 10923506. OLE color: 10923506.
HSL color Cylindrical-coordinate representation of color #F2ADA6: hue angle of 5.53º degrees, saturation: 0.75, 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 #F2ADA6 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 166 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.05 |
| HSL | 5.53º | 0.75% | 0.8% | - |
| HSV(B) | 5.53º | 0.31% | 0.95% | - |
| XYZ | 58.44 | 51.52 | 42.94 | - |
| YUV | 192.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 166 | 0 | 0.29 | 0.31 | 0.05 | 5.53 | 0.75 | 0.8 |
| Hex | F2 | AD | A6 | 0 | 1D | 1F | 5 | 6 | 4B | 50 |
| Octal | 362 | 255 | 246 | 0 | 35 | 37 | 5 | 6 | 113 | 120 |
| Binary | 11110010 | 10101101 | 10100110 | 0 | 11101 | 11111 | 101 | 110 | 1001011 | 1010000 |
Color Harmonies of #F2ADA6
Complementary color
Monochromatic Colors of #F2ADA6
Black with #F2ADA6
Text Example
Text Example
White with #F2ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADA6; }
p { color: rgb(242,173,166); }
H1.HeaderClassName
{
color: #F2ADA6;
}
.AnyTagClassName
{
color: #F2ADA6;
}
</style>
background-color css
<style>
a { background-color: #F2ADA6; }
a { background-color: rgb(242,173,166); }
div.DivClassName
{
background-color: #F2ADA6;
}
.BgClassName
{
background-color: #F2ADA6;
}
</style>
border-color css
<style>
span { border-color: #F2ADA6; }
span { border-color: rgb(242,173,166); }
td.TdClassName
{
border-color: #F2ADA6;
}
.TagClassName
{
border-color: #F2ADA6;
}
</style>