Shades of Azure #F4FCFC
Tints of Azure #F4FCFC
RGB
CMYK
RGB Variations
Color information
#F4FCFC (or 0xF4FCFC) is known color: Azure. HEX triplet: F4, FC and FC. RGB value is (244,252,252). Sum of RGB (Red+Green+Blue) = 244+252+252=748 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.62% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F4FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FCFC is #0B0303. Grayscale: #F9F9F9. Windows color (decimal): -721668 or 16579828. OLE color: 16579828.
HSL color Cylindrical-coordinate representation of color #F4FCFC: hue angle of 180º degrees, saturation: 0.57, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4FCFC is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 244 | 252 | 252 | - |
CMYK | 0.03 | 0 | 0 | 0.01 |
HSL | 180º | 0.57% | 0.97% | - |
HSV(B) | 180º | 0.03% | 0.99% | - |
XYZ | 89.69 | 95.88 | 105.88 | - |
YUV | 249.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 252 | 252 | 0.03 | 0 | 0 | 0.01 | 180 | 0.57 | 0.97 |
Hex | F4 | FC | FC | 3 | 0 | 0 | 1 | B4 | 39 | 61 |
Octal | 364 | 374 | 374 | 3 | 0 | 0 | 1 | 264 | 71 | 141 |
Binary | 11110100 | 11111100 | 11111100 | 11 | 0 | 0 | 1 | 10110100 | 111001 | 1100001 |
Color Harmonies of #F4FCFC
Complementary color
Monochromatic Colors of #F4FCFC
Black with #F4FCFC
Text Example
Text Example
White with #F4FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FCFC; }
p { color: rgb(244,252,252); }
H1.HeaderClassName
{
color: #F4FCFC;
}
.AnyTagClassName
{
color: #F4FCFC;
}
</style>
background-color css
<style>
a { background-color: #F4FCFC; }
a { background-color: rgb(244,252,252); }
div.DivClassName
{
background-color: #F4FCFC;
}
.BgClassName
{
background-color: #F4FCFC;
}
</style>
border-color css
<style>
span { border-color: #F4FCFC; }
span { border-color: rgb(244,252,252); }
td.TdClassName
{
border-color: #F4FCFC;
}
.TagClassName
{
border-color: #F4FCFC;
}
</style>