Shades of Astra #F2DAAB
Tints of Astra #F2DAAB
RGB
CMYK
RGB Variations
Color information
#F2DAAB (or 0xF2DAAB) is known color: Astra. HEX triplet: F2, DA and AB. RGB value is (242,218,171). Sum of RGB (Red+Green+Blue) = 242+218+171=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DAAB is #0D2554. Grayscale: #DCDCDC. Windows color (decimal): -861525 or 11262706. OLE color: 11262706.
HSL color Cylindrical-coordinate representation of color #F2DAAB: hue angle of 39.72º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2DAAB is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 171 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.05 |
| HSL | 39.72º | 0.73% | 0.81% | - |
| HSV(B) | 39.72º | 0.29% | 0.95% | - |
| XYZ | 69.04 | 71.96 | 48.78 | - |
| YUV | 219.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 171 | 0 | 0.10 | 0.29 | 0.05 | 39.72 | 0.73 | 0.81 |
| Hex | F2 | DA | AB | 0 | A | 1D | 5 | 28 | 49 | 51 |
| Octal | 362 | 332 | 253 | 0 | 12 | 35 | 5 | 50 | 111 | 121 |
| Binary | 11110010 | 11011010 | 10101011 | 0 | 1010 | 11101 | 101 | 101000 | 1001001 | 1010001 |
Color Harmonies of #F2DAAB
Complementary color
Monochromatic Colors of #F2DAAB
Black with #F2DAAB
Text Example
Text Example
White with #F2DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAAB; }
p { color: rgb(242,218,171); }
H1.HeaderClassName
{
color: #F2DAAB;
}
.AnyTagClassName
{
color: #F2DAAB;
}
</style>
background-color css
<style>
a { background-color: #F2DAAB; }
a { background-color: rgb(242,218,171); }
div.DivClassName
{
background-color: #F2DAAB;
}
.BgClassName
{
background-color: #F2DAAB;
}
</style>
border-color css
<style>
span { border-color: #F2DAAB; }
span { border-color: rgb(242,218,171); }
td.TdClassName
{
border-color: #F2DAAB;
}
.TagClassName
{
border-color: #F2DAAB;
}
</style>