Shades of Azure #F6FFFD
Tints of Azure #F6FFFD
RGB
CMYK
RGB Variations
Color information
#F6FFFD (or 0xF6FFFD) is known color: Azure. HEX triplet: F6, FF and FD. RGB value is (246,255,253). Sum of RGB (Red+Green+Blue) = 246+255+253=754 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.63% from 754); Green value is 255 (100% from 255 or 33.82% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FFFD is #090002. Grayscale: #FCFCFC. Windows color (decimal): -589827 or 16646134. OLE color: 16646134.
HSL color Cylindrical-coordinate representation of color #F6FFFD: hue angle of 166.67º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6FFFD is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 253 | - |
| CMYK | 0.04 | 0 | 0.01 | 0 |
| HSL | 166.67º | 1% | 0.98% | - |
| HSV(B) | 166.67º | 0.04% | 1% | - |
| XYZ | 91.5 | 98.2 | 107.06 | - |
| YUV | 252.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 253 | 0.04 | 0 | 0.01 | 0 | 166.67 | 1 | 0.98 |
| Hex | F6 | FF | FD | 4 | 0 | 1 | 0 | A7 | 64 | 62 |
| Octal | 366 | 377 | 375 | 4 | 0 | 1 | 0 | 247 | 144 | 142 |
| Binary | 11110110 | 11111111 | 11111101 | 100 | 0 | 1 | 0 | 10100111 | 1100100 | 1100010 |
Color Harmonies of #F6FFFD
Complementary color
Monochromatic Colors of #F6FFFD
Black with #F6FFFD
Text Example
Text Example
White with #F6FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFFD; }
p { color: rgb(246,255,253); }
H1.HeaderClassName
{
color: #F6FFFD;
}
.AnyTagClassName
{
color: #F6FFFD;
}
</style>
background-color css
<style>
a { background-color: #F6FFFD; }
a { background-color: rgb(246,255,253); }
div.DivClassName
{
background-color: #F6FFFD;
}
.BgClassName
{
background-color: #F6FFFD;
}
</style>
border-color css
<style>
span { border-color: #F6FFFD; }
span { border-color: rgb(246,255,253); }
td.TdClassName
{
border-color: #F6FFFD;
}
.TagClassName
{
border-color: #F6FFFD;
}
</style>