Shades of Azure #F2FCFE
Tints of Azure #F2FCFE
RGB
CMYK
RGB Variations
Color information
#F2FCFE (or 0xF2FCFE) is known color: Azure. HEX triplet: F2, FC and FE. RGB value is (242,252,254). Sum of RGB (Red+Green+Blue) = 242+252+254=748 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.35% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCFE is #0D0301. Grayscale: #F9F9F9. Windows color (decimal): -852738 or 16710898. OLE color: 16710898.
HSL color Cylindrical-coordinate representation of color #F2FCFE: hue angle of 190º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FCFE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 252 | 254 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.00 |
| HSL | 190º | 0.86% | 0.97% | - |
| HSV(B) | 190º | 0.05% | 1% | - |
| XYZ | 89.32 | 95.65 | 107.52 | - |
| YUV | 249.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 254 | 0.05 | 0.01 | 0 | 0.00 | 190 | 0.86 | 0.97 |
| Hex | F2 | FC | FE | 5 | 1 | 0 | 0 | BE | 56 | 61 |
| Octal | 362 | 374 | 376 | 5 | 1 | 0 | 0 | 276 | 126 | 141 |
| Binary | 11110010 | 11111100 | 11111110 | 101 | 1 | 0 | 0 | 10111110 | 1010110 | 1100001 |
Color Harmonies of #F2FCFE
Complementary color
Monochromatic Colors of #F2FCFE
Black with #F2FCFE
Text Example
Text Example
White with #F2FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCFE; }
p { color: rgb(242,252,254); }
H1.HeaderClassName
{
color: #F2FCFE;
}
.AnyTagClassName
{
color: #F2FCFE;
}
</style>
background-color css
<style>
a { background-color: #F2FCFE; }
a { background-color: rgb(242,252,254); }
div.DivClassName
{
background-color: #F2FCFE;
}
.BgClassName
{
background-color: #F2FCFE;
}
</style>
border-color css
<style>
span { border-color: #F2FCFE; }
span { border-color: rgb(242,252,254); }
td.TdClassName
{
border-color: #F2FCFE;
}
.TagClassName
{
border-color: #F2FCFE;
}
</style>