Shades of Astra #F4D8AA
Tints of Astra #F4D8AA
RGB
CMYK
RGB Variations
Color information
#F4D8AA (or 0xF4D8AA) is known color: Astra. HEX triplet: F4, D8 and AA. RGB value is (244,216,170). Sum of RGB (Red+Green+Blue) = 244+216+170=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D8AA is #0B2755. Grayscale: #DBDBDB. Windows color (decimal): -730966 or 11196660. OLE color: 11196660.
HSL color Cylindrical-coordinate representation of color #F4D8AA: hue angle of 37.3º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4D8AA is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 170 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.04 |
| HSL | 37.3º | 0.77% | 0.81% | - |
| HSV(B) | 37.3º | 0.3% | 0.96% | - |
| XYZ | 69.12 | 71.25 | 48.14 | - |
| YUV | 219.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 170 | 0 | 0.11 | 0.30 | 0.04 | 37.3 | 0.77 | 0.81 |
| Hex | F4 | D8 | AA | 0 | B | 1E | 4 | 25 | 4D | 51 |
| Octal | 364 | 330 | 252 | 0 | 13 | 36 | 4 | 45 | 115 | 121 |
| Binary | 11110100 | 11011000 | 10101010 | 0 | 1011 | 11110 | 100 | 100101 | 1001101 | 1010001 |
Color Harmonies of #F4D8AA
Complementary color
Monochromatic Colors of #F4D8AA
Black with #F4D8AA
Text Example
Text Example
White with #F4D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D8AA; }
p { color: rgb(244,216,170); }
H1.HeaderClassName
{
color: #F4D8AA;
}
.AnyTagClassName
{
color: #F4D8AA;
}
</style>
background-color css
<style>
a { background-color: #F4D8AA; }
a { background-color: rgb(244,216,170); }
div.DivClassName
{
background-color: #F4D8AA;
}
.BgClassName
{
background-color: #F4D8AA;
}
</style>
border-color css
<style>
span { border-color: #F4D8AA; }
span { border-color: rgb(244,216,170); }
td.TdClassName
{
border-color: #F4D8AA;
}
.TagClassName
{
border-color: #F4D8AA;
}
</style>