Shades of Azure #F7FCFC
Tints of Azure #F7FCFC
RGB
CMYK
RGB Variations
Color information
#F7FCFC (or 0xF7FCFC) is known color: Azure. HEX triplet: F7, FC and FC. RGB value is (247,252,252). Sum of RGB (Red+Green+Blue) = 247+252+252=751 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.89% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F7FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FCFC is #080303. Grayscale: #FAFAFA. Windows color (decimal): -525060 or 16579831. OLE color: 16579831.
HSL color Cylindrical-coordinate representation of color #F7FCFC: hue angle of 180º degrees, saturation: 0.45, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F7FCFC is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 247 | 252 | 252 | - |
CMYK | 0.02 | 0 | 0 | 0.01 |
HSL | 180º | 0.45% | 0.98% | - |
HSV(B) | 180º | 0.02% | 0.99% | - |
XYZ | 90.74 | 96.42 | 105.92 | - |
YUV | 250.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 252 | 252 | 0.02 | 0 | 0 | 0.01 | 180 | 0.45 | 0.98 |
Hex | F7 | FC | FC | 2 | 0 | 0 | 1 | B4 | 2D | 62 |
Octal | 367 | 374 | 374 | 2 | 0 | 0 | 1 | 264 | 55 | 142 |
Binary | 11110111 | 11111100 | 11111100 | 10 | 0 | 0 | 1 | 10110100 | 101101 | 1100010 |
Color Harmonies of #F7FCFC
Complementary color
Monochromatic Colors of #F7FCFC
Black with #F7FCFC
Text Example
Text Example
White with #F7FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FCFC; }
p { color: rgb(247,252,252); }
H1.HeaderClassName
{
color: #F7FCFC;
}
.AnyTagClassName
{
color: #F7FCFC;
}
</style>
background-color css
<style>
a { background-color: #F7FCFC; }
a { background-color: rgb(247,252,252); }
div.DivClassName
{
background-color: #F7FCFC;
}
.BgClassName
{
background-color: #F7FCFC;
}
</style>
border-color css
<style>
span { border-color: #F7FCFC; }
span { border-color: rgb(247,252,252); }
td.TdClassName
{
border-color: #F7FCFC;
}
.TagClassName
{
border-color: #F7FCFC;
}
</style>