Shades of Astra #F0DAA8
Tints of Astra #F0DAA8
RGB
CMYK
RGB Variations
Color information
#F0DAA8 (or 0xF0DAA8) is known color: Astra. HEX triplet: F0, DA and A8. RGB value is (240,218,168). Sum of RGB (Red+Green+Blue) = 240+218+168=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DAA8 is #0F2557. Grayscale: #DBDBDB. Windows color (decimal): -992600 or 11066096. OLE color: 11066096.
HSL color Cylindrical-coordinate representation of color #F0DAA8: hue angle of 41.67º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0DAA8 is Cyan = 0, Magento = 0.09, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 168 | - |
| CMYK | 0 | 0.09 | 0.3 | 0.06 |
| HSL | 41.67º | 0.71% | 0.8% | - |
| HSV(B) | 41.67º | 0.3% | 0.94% | - |
| XYZ | 68.07 | 71.5 | 47.26 | - |
| YUV | 218.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 168 | 0 | 0.09 | 0.3 | 0.06 | 41.67 | 0.71 | 0.8 |
| Hex | F0 | DA | A8 | 0 | 9 | 1E | 6 | 2A | 47 | 50 |
| Octal | 360 | 332 | 250 | 0 | 11 | 36 | 6 | 52 | 107 | 120 |
| Binary | 11110000 | 11011010 | 10101000 | 0 | 1001 | 11110 | 110 | 101010 | 1000111 | 1010000 |
Color Harmonies of #F0DAA8
Complementary color
Monochromatic Colors of #F0DAA8
Black with #F0DAA8
Text Example
Text Example
White with #F0DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAA8; }
p { color: rgb(240,218,168); }
H1.HeaderClassName
{
color: #F0DAA8;
}
.AnyTagClassName
{
color: #F0DAA8;
}
</style>
background-color css
<style>
a { background-color: #F0DAA8; }
a { background-color: rgb(240,218,168); }
div.DivClassName
{
background-color: #F0DAA8;
}
.BgClassName
{
background-color: #F0DAA8;
}
</style>
border-color css
<style>
span { border-color: #F0DAA8; }
span { border-color: rgb(240,218,168); }
td.TdClassName
{
border-color: #F0DAA8;
}
.TagClassName
{
border-color: #F0DAA8;
}
</style>