Shades of Astra #F3D8A9
Tints of Astra #F3D8A9
RGB
CMYK
RGB Variations
Color information
#F3D8A9 (or 0xF3D8A9) is known color: Astra. HEX triplet: F3, D8 and A9. RGB value is (243,216,169). Sum of RGB (Red+Green+Blue) = 243+216+169=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D8A9 is #0C2756. Grayscale: #DADADA. Windows color (decimal): -796503 or 11131123. OLE color: 11131123.
HSL color Cylindrical-coordinate representation of color #F3D8A9: hue angle of 38.11º degrees, saturation: 0.76, 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 #F3D8A9 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 169 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.05 |
| HSL | 38.11º | 0.76% | 0.81% | - |
| HSV(B) | 38.11º | 0.3% | 0.95% | - |
| XYZ | 68.68 | 71.03 | 47.63 | - |
| YUV | 218.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 169 | 0 | 0.11 | 0.30 | 0.05 | 38.11 | 0.76 | 0.81 |
| Hex | F3 | D8 | A9 | 0 | B | 1E | 5 | 26 | 4C | 51 |
| Octal | 363 | 330 | 251 | 0 | 13 | 36 | 5 | 46 | 114 | 121 |
| Binary | 11110011 | 11011000 | 10101001 | 0 | 1011 | 11110 | 101 | 100110 | 1001100 | 1010001 |
Color Harmonies of #F3D8A9
Complementary color
Monochromatic Colors of #F3D8A9
Black with #F3D8A9
Text Example
Text Example
White with #F3D8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D8A9; }
p { color: rgb(243,216,169); }
H1.HeaderClassName
{
color: #F3D8A9;
}
.AnyTagClassName
{
color: #F3D8A9;
}
</style>
background-color css
<style>
a { background-color: #F3D8A9; }
a { background-color: rgb(243,216,169); }
div.DivClassName
{
background-color: #F3D8A9;
}
.BgClassName
{
background-color: #F3D8A9;
}
</style>
border-color css
<style>
span { border-color: #F3D8A9; }
span { border-color: rgb(243,216,169); }
td.TdClassName
{
border-color: #F3D8A9;
}
.TagClassName
{
border-color: #F3D8A9;
}
</style>