Shades of Azure #F2FDFC
Tints of Azure #F2FDFC
RGB
CMYK
RGB Variations
Color information
#F2FDFC (or 0xF2FDFC) is known color: Azure. HEX triplet: F2, FD and FC. RGB value is (242,253,252). Sum of RGB (Red+Green+Blue) = 242+253+252=747 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.40% from 747); Green value is 253 (99.22% from 255 or 33.87% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FDFC is #0D0203. Grayscale: #F9F9F9. Windows color (decimal): -852484 or 16580082. OLE color: 16580082.
HSL color Cylindrical-coordinate representation of color #F2FDFC: hue angle of 174.55º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2FDFC is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 253 | 252 | - |
CMYK | 0.04 | 0 | 0.00 | 0.01 |
HSL | 174.55º | 0.73% | 0.97% | - |
HSV(B) | 174.55º | 0.04% | 0.99% | - |
XYZ | 89.31 | 96.16 | 105.95 | - |
YUV | 249.6 | 129.36 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 253 | 252 | 0.04 | 0 | 0.00 | 0.01 | 174.55 | 0.73 | 0.97 |
Hex | F2 | FD | FC | 4 | 0 | 0 | 1 | AF | 49 | 61 |
Octal | 362 | 375 | 374 | 4 | 0 | 0 | 1 | 257 | 111 | 141 |
Binary | 11110010 | 11111101 | 11111100 | 100 | 0 | 0 | 1 | 10101111 | 1001001 | 1100001 |
Color Harmonies of #F2FDFC
Complementary color
Monochromatic Colors of #F2FDFC
Black with #F2FDFC
Text Example
Text Example
White with #F2FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDFC; }
p { color: rgb(242,253,252); }
H1.HeaderClassName
{
color: #F2FDFC;
}
.AnyTagClassName
{
color: #F2FDFC;
}
</style>
background-color css
<style>
a { background-color: #F2FDFC; }
a { background-color: rgb(242,253,252); }
div.DivClassName
{
background-color: #F2FDFC;
}
.BgClassName
{
background-color: #F2FDFC;
}
</style>
border-color css
<style>
span { border-color: #F2FDFC; }
span { border-color: rgb(242,253,252); }
td.TdClassName
{
border-color: #F2FDFC;
}
.TagClassName
{
border-color: #F2FDFC;
}
</style>