Shades of Astra #F2D6AA
Tints of Astra #F2D6AA
RGB
CMYK
RGB Variations
Color information
#F2D6AA (or 0xF2D6AA) is known color: Astra. HEX triplet: F2, D6 and AA. RGB value is (242,214,170). Sum of RGB (Red+Green+Blue) = 242+214+170=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D6AA is #0D2955. Grayscale: #D9D9D9. Windows color (decimal): -862550 or 11196146. OLE color: 11196146.
HSL color Cylindrical-coordinate representation of color #F2D6AA: hue angle of 36.67º 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 #F2D6AA is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 170 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.05 |
| HSL | 36.67º | 0.73% | 0.81% | - |
| HSV(B) | 36.67º | 0.3% | 0.95% | - |
| XYZ | 67.92 | 69.87 | 47.94 | - |
| YUV | 217.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 170 | 0 | 0.12 | 0.30 | 0.05 | 36.67 | 0.73 | 0.81 |
| Hex | F2 | D6 | AA | 0 | C | 1E | 5 | 25 | 49 | 51 |
| Octal | 362 | 326 | 252 | 0 | 14 | 36 | 5 | 45 | 111 | 121 |
| Binary | 11110010 | 11010110 | 10101010 | 0 | 1100 | 11110 | 101 | 100101 | 1001001 | 1010001 |
Color Harmonies of #F2D6AA
Complementary color
Monochromatic Colors of #F2D6AA
Black with #F2D6AA
Text Example
Text Example
White with #F2D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D6AA; }
p { color: rgb(242,214,170); }
H1.HeaderClassName
{
color: #F2D6AA;
}
.AnyTagClassName
{
color: #F2D6AA;
}
</style>
background-color css
<style>
a { background-color: #F2D6AA; }
a { background-color: rgb(242,214,170); }
div.DivClassName
{
background-color: #F2D6AA;
}
.BgClassName
{
background-color: #F2D6AA;
}
</style>
border-color css
<style>
span { border-color: #F2D6AA; }
span { border-color: rgb(242,214,170); }
td.TdClassName
{
border-color: #F2D6AA;
}
.TagClassName
{
border-color: #F2D6AA;
}
</style>