Shades of Astra #F2D8AA
Tints of Astra #F2D8AA
RGB
CMYK
RGB Variations
Color information
#F2D8AA (or 0xF2D8AA) is known color: Astra. HEX triplet: F2, D8 and AA. RGB value is (242,216,170). Sum of RGB (Red+Green+Blue) = 242+216+170=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D8AA is #0D2755. Grayscale: #DADADA. Windows color (decimal): -862038 or 11196658. OLE color: 11196658.
HSL color Cylindrical-coordinate representation of color #F2D8AA: hue angle of 38.33º 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 #F2D8AA is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 170 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.05 |
| HSL | 38.33º | 0.73% | 0.81% | - |
| HSV(B) | 38.33º | 0.3% | 0.95% | - |
| XYZ | 68.43 | 70.89 | 48.11 | - |
| YUV | 218.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 170 | 0 | 0.11 | 0.30 | 0.05 | 38.33 | 0.73 | 0.81 |
| Hex | F2 | D8 | AA | 0 | B | 1E | 5 | 26 | 49 | 51 |
| Octal | 362 | 330 | 252 | 0 | 13 | 36 | 5 | 46 | 111 | 121 |
| Binary | 11110010 | 11011000 | 10101010 | 0 | 1011 | 11110 | 101 | 100110 | 1001001 | 1010001 |
Color Harmonies of #F2D8AA
Complementary color
Monochromatic Colors of #F2D8AA
Black with #F2D8AA
Text Example
Text Example
White with #F2D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8AA; }
p { color: rgb(242,216,170); }
H1.HeaderClassName
{
color: #F2D8AA;
}
.AnyTagClassName
{
color: #F2D8AA;
}
</style>
background-color css
<style>
a { background-color: #F2D8AA; }
a { background-color: rgb(242,216,170); }
div.DivClassName
{
background-color: #F2D8AA;
}
.BgClassName
{
background-color: #F2D8AA;
}
</style>
border-color css
<style>
span { border-color: #F2D8AA; }
span { border-color: rgb(242,216,170); }
td.TdClassName
{
border-color: #F2D8AA;
}
.TagClassName
{
border-color: #F2D8AA;
}
</style>