Shades of Azure #F2FAFA
Tints of Azure #F2FAFA
RGB
CMYK
RGB Variations
Color information
#F2FAFA (or 0xF2FAFA) is known color: Azure. HEX triplet: F2, FA and FA. RGB value is (242,250,250). Sum of RGB (Red+Green+Blue) = 242+250+250=742 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.61% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F2FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAFA is #0D0505. Grayscale: #F7F7F7. Windows color (decimal): -853254 or 16448242. OLE color: 16448242.
HSL color Cylindrical-coordinate representation of color #F2FAFA: hue angle of 180º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2FAFA is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 250 | - |
| CMYK | 0.03 | 0 | 0 | 0.02 |
| HSL | 180º | 0.44% | 0.96% | - |
| HSV(B) | 180º | 0.03% | 0.98% | - |
| XYZ | 88.06 | 94.15 | 103.97 | - |
| YUV | 247.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 250 | 0.03 | 0 | 0 | 0.02 | 180 | 0.44 | 0.96 |
| Hex | F2 | FA | FA | 3 | 0 | 0 | 2 | B4 | 2C | 60 |
| Octal | 362 | 372 | 372 | 3 | 0 | 0 | 2 | 264 | 54 | 140 |
| Binary | 11110010 | 11111010 | 11111010 | 11 | 0 | 0 | 10 | 10110100 | 101100 | 1100000 |
Color Harmonies of #F2FAFA
Complementary color
Monochromatic Colors of #F2FAFA
Black with #F2FAFA
Text Example
Text Example
White with #F2FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAFA; }
p { color: rgb(242,250,250); }
H1.HeaderClassName
{
color: #F2FAFA;
}
.AnyTagClassName
{
color: #F2FAFA;
}
</style>
background-color css
<style>
a { background-color: #F2FAFA; }
a { background-color: rgb(242,250,250); }
div.DivClassName
{
background-color: #F2FAFA;
}
.BgClassName
{
background-color: #F2FAFA;
}
</style>
border-color css
<style>
span { border-color: #F2FAFA; }
span { border-color: rgb(242,250,250); }
td.TdClassName
{
border-color: #F2FAFA;
}
.TagClassName
{
border-color: #F2FAFA;
}
</style>