Shades of Astra #F2DAA9
Tints of Astra #F2DAA9
RGB
CMYK
RGB Variations
Color information
#F2DAA9 (or 0xF2DAA9) is known color: Astra. HEX triplet: F2, DA and A9. RGB value is (242,218,169). Sum of RGB (Red+Green+Blue) = 242+218+169=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DAA9 is #0D2556. Grayscale: #DBDBDB. Windows color (decimal): -861527 or 11131634. OLE color: 11131634.
HSL color Cylindrical-coordinate representation of color #F2DAA9: hue angle of 40.27º 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 #F2DAA9 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 169 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.05 |
| HSL | 40.27º | 0.74% | 0.81% | - |
| HSV(B) | 40.27º | 0.3% | 0.95% | - |
| XYZ | 68.85 | 71.88 | 47.78 | - |
| YUV | 219.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 169 | 0 | 0.10 | 0.30 | 0.05 | 40.27 | 0.74 | 0.81 |
| Hex | F2 | DA | A9 | 0 | A | 1E | 5 | 28 | 4A | 51 |
| Octal | 362 | 332 | 251 | 0 | 12 | 36 | 5 | 50 | 112 | 121 |
| Binary | 11110010 | 11011010 | 10101001 | 0 | 1010 | 11110 | 101 | 101000 | 1001010 | 1010001 |
Color Harmonies of #F2DAA9
Complementary color
Monochromatic Colors of #F2DAA9
Black with #F2DAA9
Text Example
Text Example
White with #F2DAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAA9; }
p { color: rgb(242,218,169); }
H1.HeaderClassName
{
color: #F2DAA9;
}
.AnyTagClassName
{
color: #F2DAA9;
}
</style>
background-color css
<style>
a { background-color: #F2DAA9; }
a { background-color: rgb(242,218,169); }
div.DivClassName
{
background-color: #F2DAA9;
}
.BgClassName
{
background-color: #F2DAA9;
}
</style>
border-color css
<style>
span { border-color: #F2DAA9; }
span { border-color: rgb(242,218,169); }
td.TdClassName
{
border-color: #F2DAA9;
}
.TagClassName
{
border-color: #F2DAA9;
}
</style>