Shades of Azure #F2FCFD
Tints of Azure #F2FCFD
RGB
CMYK
RGB Variations
Color information
#F2FCFD (or 0xF2FCFD) is known color: Azure. HEX triplet: F2, FC and FD. RGB value is (242,252,253). Sum of RGB (Red+Green+Blue) = 242+252+253=747 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.40% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2FCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCFD is #0D0302. Grayscale: #F9F9F9. Windows color (decimal): -852739 or 16645362. OLE color: 16645362.
HSL color Cylindrical-coordinate representation of color #F2FCFD: hue angle of 185.45º 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 #F2FCFD is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 253 | - |
CMYK | 0.04 | 0.00 | 0 | 0.01 |
HSL | 185.45º | 0.73% | 0.97% | - |
HSV(B) | 185.45º | 0.04% | 0.99% | - |
XYZ | 89.16 | 95.59 | 106.68 | - |
YUV | 249.12 | 130.19 | 122.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 253 | 0.04 | 0.00 | 0 | 0.01 | 185.45 | 0.73 | 0.97 |
Hex | F2 | FC | FD | 4 | 0 | 0 | 1 | B9 | 49 | 61 |
Octal | 362 | 374 | 375 | 4 | 0 | 0 | 1 | 271 | 111 | 141 |
Binary | 11110010 | 11111100 | 11111101 | 100 | 0 | 0 | 1 | 10111001 | 1001001 | 1100001 |
Color Harmonies of #F2FCFD
Complementary color
Monochromatic Colors of #F2FCFD
Black with #F2FCFD
Text Example
Text Example
White with #F2FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCFD; }
p { color: rgb(242,252,253); }
H1.HeaderClassName
{
color: #F2FCFD;
}
.AnyTagClassName
{
color: #F2FCFD;
}
</style>
background-color css
<style>
a { background-color: #F2FCFD; }
a { background-color: rgb(242,252,253); }
div.DivClassName
{
background-color: #F2FCFD;
}
.BgClassName
{
background-color: #F2FCFD;
}
</style>
border-color css
<style>
span { border-color: #F2FCFD; }
span { border-color: rgb(242,252,253); }
td.TdClassName
{
border-color: #F2FCFD;
}
.TagClassName
{
border-color: #F2FCFD;
}
</style>