Shades of Azure #F6FCFC
Tints of Azure #F6FCFC
RGB
CMYK
RGB Variations
Color information
#F6FCFC (or 0xF6FCFC) is known color: Azure. HEX triplet: F6, FC and FC. RGB value is (246,252,252). Sum of RGB (Red+Green+Blue) = 246+252+252=750 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.8% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F6FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FCFC is #090303. Grayscale: #FAFAFA. Windows color (decimal): -590596 or 16579830. OLE color: 16579830.
HSL color Cylindrical-coordinate representation of color #F6FCFC: hue angle of 180º degrees, saturation: 0.5, 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 #F6FCFC is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 252 | - |
| CMYK | 0.02 | 0 | 0 | 0.01 |
| HSL | 180º | 0.5% | 0.98% | - |
| HSV(B) | 180º | 0.02% | 0.99% | - |
| XYZ | 90.39 | 96.24 | 105.91 | - |
| YUV | 250.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 252 | 0.02 | 0 | 0 | 0.01 | 180 | 0.5 | 0.98 |
| Hex | F6 | FC | FC | 2 | 0 | 0 | 1 | B4 | 32 | 62 |
| Octal | 366 | 374 | 374 | 2 | 0 | 0 | 1 | 264 | 62 | 142 |
| Binary | 11110110 | 11111100 | 11111100 | 10 | 0 | 0 | 1 | 10110100 | 110010 | 1100010 |
Color Harmonies of #F6FCFC
Complementary color
Monochromatic Colors of #F6FCFC
Black with #F6FCFC
Text Example
Text Example
White with #F6FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCFC; }
p { color: rgb(246,252,252); }
H1.HeaderClassName
{
color: #F6FCFC;
}
.AnyTagClassName
{
color: #F6FCFC;
}
</style>
background-color css
<style>
a { background-color: #F6FCFC; }
a { background-color: rgb(246,252,252); }
div.DivClassName
{
background-color: #F6FCFC;
}
.BgClassName
{
background-color: #F6FCFC;
}
</style>
border-color css
<style>
span { border-color: #F6FCFC; }
span { border-color: rgb(246,252,252); }
td.TdClassName
{
border-color: #F6FCFC;
}
.TagClassName
{
border-color: #F6FCFC;
}
</style>