Shades of Azure #F2FFFC
Tints of Azure #F2FFFC
RGB
CMYK
RGB Variations
Color information
#F2FFFC (or 0xF2FFFC) is known color: Azure. HEX triplet: F2, FF and FC. RGB value is (242,255,252). Sum of RGB (Red+Green+Blue) = 242+255+252=749 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.31% from 749); Green value is 255 (100% from 255 or 34.05% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFFC is #0D0003. Grayscale: #FAFAFA. Windows color (decimal): -851972 or 16580594. OLE color: 16580594.
HSL color Cylindrical-coordinate representation of color #F2FFFC: hue angle of 166.15º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FFFC is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 255 | 252 | - |
CMYK | 0.05 | 0 | 0.01 | 0 |
HSL | 166.15º | 1% | 0.97% | - |
HSV(B) | 166.15º | 0.05% | 1% | - |
XYZ | 89.95 | 97.43 | 106.16 | - |
YUV | 250.77 | 128.69 | 121.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 255 | 252 | 0.05 | 0 | 0.01 | 0 | 166.15 | 1 | 0.97 |
Hex | F2 | FF | FC | 5 | 0 | 1 | 0 | A6 | 64 | 61 |
Octal | 362 | 377 | 374 | 5 | 0 | 1 | 0 | 246 | 144 | 141 |
Binary | 11110010 | 11111111 | 11111100 | 101 | 0 | 1 | 0 | 10100110 | 1100100 | 1100001 |
Color Harmonies of #F2FFFC
Complementary color
Monochromatic Colors of #F2FFFC
Black with #F2FFFC
Text Example
Text Example
White with #F2FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFFC; }
p { color: rgb(242,255,252); }
H1.HeaderClassName
{
color: #F2FFFC;
}
.AnyTagClassName
{
color: #F2FFFC;
}
</style>
background-color css
<style>
a { background-color: #F2FFFC; }
a { background-color: rgb(242,255,252); }
div.DivClassName
{
background-color: #F2FFFC;
}
.BgClassName
{
background-color: #F2FFFC;
}
</style>
border-color css
<style>
span { border-color: #F2FFFC; }
span { border-color: rgb(242,255,252); }
td.TdClassName
{
border-color: #F2FFFC;
}
.TagClassName
{
border-color: #F2FFFC;
}
</style>