Shades of Azure #F0FAFA
Tints of Azure #F0FAFA
RGB
CMYK
RGB Variations
Color information
#F0FAFA (or 0xF0FAFA) is known color: Azure. HEX triplet: F0, FA and FA. RGB value is (240,250,250). Sum of RGB (Red+Green+Blue) = 240+250+250=740 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.43% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F0FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAFA is #0F0505. Grayscale: #F7F7F7. Windows color (decimal): -984326 or 16448240. OLE color: 16448240.
HSL color Cylindrical-coordinate representation of color #F0FAFA: hue angle of 180º degrees, saturation: 0.5, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0FAFA is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 250 | - |
| CMYK | 0.04 | 0 | 0 | 0.02 |
| HSL | 180º | 0.5% | 0.96% | - |
| HSV(B) | 180º | 0.04% | 0.98% | - |
| XYZ | 87.38 | 93.8 | 103.94 | - |
| YUV | 247.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 250 | 0.04 | 0 | 0 | 0.02 | 180 | 0.5 | 0.96 |
| Hex | F0 | FA | FA | 4 | 0 | 0 | 2 | B4 | 32 | 60 |
| Octal | 360 | 372 | 372 | 4 | 0 | 0 | 2 | 264 | 62 | 140 |
| Binary | 11110000 | 11111010 | 11111010 | 100 | 0 | 0 | 10 | 10110100 | 110010 | 1100000 |
Color Harmonies of #F0FAFA
Complementary color
Monochromatic Colors of #F0FAFA
Black with #F0FAFA
Text Example
Text Example
White with #F0FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAFA; }
p { color: rgb(240,250,250); }
H1.HeaderClassName
{
color: #F0FAFA;
}
.AnyTagClassName
{
color: #F0FAFA;
}
</style>
background-color css
<style>
a { background-color: #F0FAFA; }
a { background-color: rgb(240,250,250); }
div.DivClassName
{
background-color: #F0FAFA;
}
.BgClassName
{
background-color: #F0FAFA;
}
</style>
border-color css
<style>
span { border-color: #F0FAFA; }
span { border-color: rgb(240,250,250); }
td.TdClassName
{
border-color: #F0FAFA;
}
.TagClassName
{
border-color: #F0FAFA;
}
</style>