Shades of Azure #F4FEFC
Tints of Azure #F4FEFC
RGB
CMYK
RGB Variations
Color information
#F4FEFC (or 0xF4FEFC) is known color: Azure. HEX triplet: F4, FE and FC. RGB value is (244,254,252). Sum of RGB (Red+Green+Blue) = 244+254+252=750 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.53% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FEFC is #0B0103. Grayscale: #FAFAFA. Windows color (decimal): -721156 or 16580340. OLE color: 16580340.
HSL color Cylindrical-coordinate representation of color #F4FEFC: hue angle of 168º degrees, saturation: 0.83, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F4FEFC is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 254 | 252 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.00 |
| HSL | 168º | 0.83% | 0.98% | - |
| HSV(B) | 168º | 0.04% | 1% | - |
| XYZ | 90.32 | 97.15 | 106.09 | - |
| YUV | 250.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 254 | 252 | 0.04 | 0 | 0.01 | 0.00 | 168 | 0.83 | 0.98 |
| Hex | F4 | FE | FC | 4 | 0 | 1 | 0 | A8 | 53 | 62 |
| Octal | 364 | 376 | 374 | 4 | 0 | 1 | 0 | 250 | 123 | 142 |
| Binary | 11110100 | 11111110 | 11111100 | 100 | 0 | 1 | 0 | 10101000 | 1010011 | 1100010 |
Color Harmonies of #F4FEFC
Complementary color
Monochromatic Colors of #F4FEFC
Black with #F4FEFC
Text Example
Text Example
White with #F4FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FEFC; }
p { color: rgb(244,254,252); }
H1.HeaderClassName
{
color: #F4FEFC;
}
.AnyTagClassName
{
color: #F4FEFC;
}
</style>
background-color css
<style>
a { background-color: #F4FEFC; }
a { background-color: rgb(244,254,252); }
div.DivClassName
{
background-color: #F4FEFC;
}
.BgClassName
{
background-color: #F4FEFC;
}
</style>
border-color css
<style>
span { border-color: #F4FEFC; }
span { border-color: rgb(244,254,252); }
td.TdClassName
{
border-color: #F4FEFC;
}
.TagClassName
{
border-color: #F4FEFC;
}
</style>