Shades of Azure #F6FFFE
Tints of Azure #F6FFFE
RGB
CMYK
RGB Variations
Color information
#F6FFFE (or 0xF6FFFE) is known color: Azure. HEX triplet: F6, FF and FE. RGB value is (246,255,254). Sum of RGB (Red+Green+Blue) = 246+255+254=755 (100% of max value = 765). Red value is 246 (96.48% from 255 or 32.58% from 755); Green value is 255 (100% from 255 or 33.77% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FFFE is #090001. Grayscale: #FCFCFC. Windows color (decimal): -589826 or 16711670. OLE color: 16711670.
HSL color Cylindrical-coordinate representation of color #F6FFFE: hue angle of 173.33º 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 #F6FFFE is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 254 | - |
| CMYK | 0.04 | 0 | 0.00 | 0 |
| HSL | 173.33º | 1% | 0.98% | - |
| HSV(B) | 173.33º | 0.04% | 1% | - |
| XYZ | 91.66 | 98.27 | 107.9 | - |
| YUV | 252.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 254 | 0.04 | 0 | 0.00 | 0 | 173.33 | 1 | 0.98 |
| Hex | F6 | FF | FE | 4 | 0 | 0 | 0 | AD | 64 | 62 |
| Octal | 366 | 377 | 376 | 4 | 0 | 0 | 0 | 255 | 144 | 142 |
| Binary | 11110110 | 11111111 | 11111110 | 100 | 0 | 0 | 0 | 10101101 | 1100100 | 1100010 |
Color Harmonies of #F6FFFE
Complementary color
Monochromatic Colors of #F6FFFE
Black with #F6FFFE
Text Example
Text Example
White with #F6FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFFE; }
p { color: rgb(246,255,254); }
H1.HeaderClassName
{
color: #F6FFFE;
}
.AnyTagClassName
{
color: #F6FFFE;
}
</style>
background-color css
<style>
a { background-color: #F6FFFE; }
a { background-color: rgb(246,255,254); }
div.DivClassName
{
background-color: #F6FFFE;
}
.BgClassName
{
background-color: #F6FFFE;
}
</style>
border-color css
<style>
span { border-color: #F6FFFE; }
span { border-color: rgb(246,255,254); }
td.TdClassName
{
border-color: #F6FFFE;
}
.TagClassName
{
border-color: #F6FFFE;
}
</style>