Shades of Azure #F2FCFC
Tints of Azure #F2FCFC
RGB
CMYK
RGB Variations
Color information
#F2FCFC (or 0xF2FCFC) is known color: Azure. HEX triplet: F2, FC and FC. RGB value is (242,252,252). Sum of RGB (Red+Green+Blue) = 242+252+252=746 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.44% from 746); Green value is 252 (98.83% from 255 or 33.78% from 746); Blue value is 252 (98.83% from 255 or 33.78% from 746); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F2FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCFC is #0D0303. Grayscale: #F8F8F8. Windows color (decimal): -852740 or 16579826. OLE color: 16579826.
HSL color Cylindrical-coordinate representation of color #F2FCFC: hue angle of 180º degrees, saturation: 0.62, 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 #F2FCFC is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 252 | - |
| CMYK | 0.04 | 0 | 0 | 0.01 |
| HSL | 180º | 0.63% | 0.97% | - |
| HSV(B) | 180º | 0.04% | 0.99% | - |
| XYZ | 89 | 95.53 | 105.84 | - |
| YUV | 249.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 252 | 0.04 | 0 | 0 | 0.01 | 180 | 0.63 | 0.97 |
| Hex | F2 | FC | FC | 4 | 0 | 0 | 1 | B4 | 3E | 61 |
| Octal | 362 | 374 | 374 | 4 | 0 | 0 | 1 | 264 | 76 | 141 |
| Binary | 11110010 | 11111100 | 11111100 | 100 | 0 | 0 | 1 | 10110100 | 111110 | 1100001 |
Color Harmonies of #F2FCFC
Complementary color
Monochromatic Colors of #F2FCFC
Black with #F2FCFC
Text Example
Text Example
White with #F2FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCFC; }
p { color: rgb(242,252,252); }
H1.HeaderClassName
{
color: #F2FCFC;
}
.AnyTagClassName
{
color: #F2FCFC;
}
</style>
background-color css
<style>
a { background-color: #F2FCFC; }
a { background-color: rgb(242,252,252); }
div.DivClassName
{
background-color: #F2FCFC;
}
.BgClassName
{
background-color: #F2FCFC;
}
</style>
border-color css
<style>
span { border-color: #F2FCFC; }
span { border-color: rgb(242,252,252); }
td.TdClassName
{
border-color: #F2FCFC;
}
.TagClassName
{
border-color: #F2FCFC;
}
</style>