Shades of Azure #F0FCFA
Tints of Azure #F0FCFA
RGB
CMYK
RGB Variations
Color information
#F0FCFA (or 0xF0FCFA) is known color: Azure. HEX triplet: F0, FC and FA. RGB value is (240,252,250). Sum of RGB (Red+Green+Blue) = 240+252+250=742 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.35% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FCFA is #0F0305. Grayscale: #F8F8F8. Windows color (decimal): -983814 or 16448752. OLE color: 16448752.
HSL color Cylindrical-coordinate representation of color #F0FCFA: hue angle of 170º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0FCFA is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 252 | 250 | - |
CMYK | 0.05 | 0 | 0.01 | 0.01 |
HSL | 170º | 0.67% | 0.96% | - |
HSV(B) | 170º | 0.05% | 0.99% | - |
XYZ | 88 | 95.05 | 104.15 | - |
YUV | 248.18 | 129.02 | 122.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 252 | 250 | 0.05 | 0 | 0.01 | 0.01 | 170 | 0.67 | 0.96 |
Hex | F0 | FC | FA | 5 | 0 | 1 | 1 | AA | 43 | 60 |
Octal | 360 | 374 | 372 | 5 | 0 | 1 | 1 | 252 | 103 | 140 |
Binary | 11110000 | 11111100 | 11111010 | 101 | 0 | 1 | 1 | 10101010 | 1000011 | 1100000 |
Color Harmonies of #F0FCFA
Complementary color
Monochromatic Colors of #F0FCFA
Black with #F0FCFA
Text Example
Text Example
White with #F0FCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCFA; }
p { color: rgb(240,252,250); }
H1.HeaderClassName
{
color: #F0FCFA;
}
.AnyTagClassName
{
color: #F0FCFA;
}
</style>
background-color css
<style>
a { background-color: #F0FCFA; }
a { background-color: rgb(240,252,250); }
div.DivClassName
{
background-color: #F0FCFA;
}
.BgClassName
{
background-color: #F0FCFA;
}
</style>
border-color css
<style>
span { border-color: #F0FCFA; }
span { border-color: rgb(240,252,250); }
td.TdClassName
{
border-color: #F0FCFA;
}
.TagClassName
{
border-color: #F0FCFA;
}
</style>