Shades of Azure #F6FCFB
Tints of Azure #F6FCFB
RGB
CMYK
RGB Variations
Color information
#F6FCFB (or 0xF6FCFB) is known color: Azure. HEX triplet: F6, FC and FB. RGB value is (246,252,251). Sum of RGB (Red+Green+Blue) = 246+252+251=749 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.84% from 749); Green value is 252 (98.83% from 255 or 33.64% from 749); Blue value is 251 (98.44% from 255 or 33.51% from 749); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FCFB is #090304. Grayscale: #FAFAFA. Windows color (decimal): -590597 or 16514294. OLE color: 16514294.
HSL color Cylindrical-coordinate representation of color #F6FCFB: hue angle of 170º 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 #F6FCFB is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 251 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.01 |
| HSL | 170º | 0.5% | 0.98% | - |
| HSV(B) | 170º | 0.02% | 0.99% | - |
| XYZ | 90.23 | 96.18 | 105.08 | - |
| YUV | 250.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 251 | 0.02 | 0 | 0.00 | 0.01 | 170 | 0.5 | 0.98 |
| Hex | F6 | FC | FB | 2 | 0 | 0 | 1 | AA | 32 | 62 |
| Octal | 366 | 374 | 373 | 2 | 0 | 0 | 1 | 252 | 62 | 142 |
| Binary | 11110110 | 11111100 | 11111011 | 10 | 0 | 0 | 1 | 10101010 | 110010 | 1100010 |
Color Harmonies of #F6FCFB
Complementary color
Monochromatic Colors of #F6FCFB
Black with #F6FCFB
Text Example
Text Example
White with #F6FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCFB; }
p { color: rgb(246,252,251); }
H1.HeaderClassName
{
color: #F6FCFB;
}
.AnyTagClassName
{
color: #F6FCFB;
}
</style>
background-color css
<style>
a { background-color: #F6FCFB; }
a { background-color: rgb(246,252,251); }
div.DivClassName
{
background-color: #F6FCFB;
}
.BgClassName
{
background-color: #F6FCFB;
}
</style>
border-color css
<style>
span { border-color: #F6FCFB; }
span { border-color: rgb(246,252,251); }
td.TdClassName
{
border-color: #F6FCFB;
}
.TagClassName
{
border-color: #F6FCFB;
}
</style>