Shades of Astra #F0D9AC
Tints of Astra #F0D9AC
RGB
CMYK
RGB Variations
Color information
#F0D9AC (or 0xF0D9AC) is known color: Astra. HEX triplet: F0, D9 and AC. RGB value is (240,217,172). Sum of RGB (Red+Green+Blue) = 240+217+172=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D9AC is #0F2653. Grayscale: #DADADA. Windows color (decimal): -992852 or 11327984. OLE color: 11327984.
HSL color Cylindrical-coordinate representation of color #F0D9AC: hue angle of 39.71º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0D9AC is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 172 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.06 |
| HSL | 39.71º | 0.69% | 0.81% | - |
| HSV(B) | 39.71º | 0.28% | 0.94% | - |
| XYZ | 68.19 | 71.13 | 49.16 | - |
| YUV | 218.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 172 | 0 | 0.10 | 0.28 | 0.06 | 39.71 | 0.69 | 0.81 |
| Hex | F0 | D9 | AC | 0 | A | 1C | 6 | 28 | 45 | 51 |
| Octal | 360 | 331 | 254 | 0 | 12 | 34 | 6 | 50 | 105 | 121 |
| Binary | 11110000 | 11011001 | 10101100 | 0 | 1010 | 11100 | 110 | 101000 | 1000101 | 1010001 |
Color Harmonies of #F0D9AC
Complementary color
Monochromatic Colors of #F0D9AC
Black with #F0D9AC
Text Example
Text Example
White with #F0D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9AC; }
p { color: rgb(240,217,172); }
H1.HeaderClassName
{
color: #F0D9AC;
}
.AnyTagClassName
{
color: #F0D9AC;
}
</style>
background-color css
<style>
a { background-color: #F0D9AC; }
a { background-color: rgb(240,217,172); }
div.DivClassName
{
background-color: #F0D9AC;
}
.BgClassName
{
background-color: #F0D9AC;
}
</style>
border-color css
<style>
span { border-color: #F0D9AC; }
span { border-color: rgb(240,217,172); }
td.TdClassName
{
border-color: #F0D9AC;
}
.TagClassName
{
border-color: #F0D9AC;
}
</style>