Shades of Azure #F6FCFD
Tints of Azure #F6FCFD
RGB
CMYK
RGB Variations
Color information
#F6FCFD (or 0xF6FCFD) is known color: Azure. HEX triplet: F6, FC and FD. RGB value is (246,252,253). Sum of RGB (Red+Green+Blue) = 246+252+253=751 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.76% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6FCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FCFD is #090302. Grayscale: #FAFAFA. Windows color (decimal): -590595 or 16645366. OLE color: 16645366.
HSL color Cylindrical-coordinate representation of color #F6FCFD: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F6FCFD is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 246 | 252 | 253 | - |
CMYK | 0.03 | 0.00 | 0 | 0.01 |
HSL | 188.57º | 0.64% | 0.98% | - |
HSV(B) | 188.57º | 0.03% | 0.99% | - |
XYZ | 90.55 | 96.31 | 106.75 | - |
YUV | 250.32 | 129.51 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 252 | 253 | 0.03 | 0.00 | 0 | 0.01 | 188.57 | 0.64 | 0.98 |
Hex | F6 | FC | FD | 3 | 0 | 0 | 1 | BD | 40 | 62 |
Octal | 366 | 374 | 375 | 3 | 0 | 0 | 1 | 275 | 100 | 142 |
Binary | 11110110 | 11111100 | 11111101 | 11 | 0 | 0 | 1 | 10111101 | 1000000 | 1100010 |
Color Harmonies of #F6FCFD
Complementary color
Monochromatic Colors of #F6FCFD
Black with #F6FCFD
Text Example
Text Example
White with #F6FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCFD; }
p { color: rgb(246,252,253); }
H1.HeaderClassName
{
color: #F6FCFD;
}
.AnyTagClassName
{
color: #F6FCFD;
}
</style>
background-color css
<style>
a { background-color: #F6FCFD; }
a { background-color: rgb(246,252,253); }
div.DivClassName
{
background-color: #F6FCFD;
}
.BgClassName
{
background-color: #F6FCFD;
}
</style>
border-color css
<style>
span { border-color: #F6FCFD; }
span { border-color: rgb(246,252,253); }
td.TdClassName
{
border-color: #F6FCFD;
}
.TagClassName
{
border-color: #F6FCFD;
}
</style>