Shades of Astra #F2DAAA
Tints of Astra #F2DAAA
RGB
CMYK
RGB Variations
Color information
#F2DAAA (or 0xF2DAAA) is known color: Astra. HEX triplet: F2, DA and AA. RGB value is (242,218,170). Sum of RGB (Red+Green+Blue) = 242+218+170=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DAAA is #0D2555. Grayscale: #DBDBDB. Windows color (decimal): -861526 or 11197170. OLE color: 11197170.
HSL color Cylindrical-coordinate representation of color #F2DAAA: hue angle of 40º degrees, saturation: 0.73, 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 #F2DAAA is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 170 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.05 |
| HSL | 40º | 0.73% | 0.81% | - |
| HSV(B) | 40º | 0.3% | 0.95% | - |
| XYZ | 68.95 | 71.92 | 48.28 | - |
| YUV | 219.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 170 | 0 | 0.10 | 0.30 | 0.05 | 40 | 0.73 | 0.81 |
| Hex | F2 | DA | AA | 0 | A | 1E | 5 | 28 | 49 | 51 |
| Octal | 362 | 332 | 252 | 0 | 12 | 36 | 5 | 50 | 111 | 121 |
| Binary | 11110010 | 11011010 | 10101010 | 0 | 1010 | 11110 | 101 | 101000 | 1001001 | 1010001 |
Color Harmonies of #F2DAAA
Complementary color
Monochromatic Colors of #F2DAAA
Black with #F2DAAA
Text Example
Text Example
White with #F2DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAAA; }
p { color: rgb(242,218,170); }
H1.HeaderClassName
{
color: #F2DAAA;
}
.AnyTagClassName
{
color: #F2DAAA;
}
</style>
background-color css
<style>
a { background-color: #F2DAAA; }
a { background-color: rgb(242,218,170); }
div.DivClassName
{
background-color: #F2DAAA;
}
.BgClassName
{
background-color: #F2DAAA;
}
</style>
border-color css
<style>
span { border-color: #F2DAAA; }
span { border-color: rgb(242,218,170); }
td.TdClassName
{
border-color: #F2DAAA;
}
.TagClassName
{
border-color: #F2DAAA;
}
</style>