Shades of Azure #F1FCFE
Tints of Azure #F1FCFE
RGB
CMYK
RGB Variations
Color information
#F1FCFE (or 0xF1FCFE) is known color: Azure. HEX triplet: F1, FC and FE. RGB value is (241,252,254). Sum of RGB (Red+Green+Blue) = 241+252+254=747 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.26% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FCFE is #0E0301. Grayscale: #F8F8F8. Windows color (decimal): -918274 or 16710897. OLE color: 16710897.
HSL color Cylindrical-coordinate representation of color #F1FCFE: hue angle of 189.23º degrees, saturation: 0.87, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1FCFE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 252 | 254 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.00 |
| HSL | 189.23º | 0.87% | 0.97% | - |
| HSV(B) | 189.23º | 0.05% | 1% | - |
| XYZ | 88.98 | 95.48 | 107.51 | - |
| YUV | 248.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 254 | 0.05 | 0.01 | 0 | 0.00 | 189.23 | 0.87 | 0.97 |
| Hex | F1 | FC | FE | 5 | 1 | 0 | 0 | BD | 57 | 61 |
| Octal | 361 | 374 | 376 | 5 | 1 | 0 | 0 | 275 | 127 | 141 |
| Binary | 11110001 | 11111100 | 11111110 | 101 | 1 | 0 | 0 | 10111101 | 1010111 | 1100001 |
Color Harmonies of #F1FCFE
Complementary color
Monochromatic Colors of #F1FCFE
Black with #F1FCFE
Text Example
Text Example
White with #F1FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCFE; }
p { color: rgb(241,252,254); }
H1.HeaderClassName
{
color: #F1FCFE;
}
.AnyTagClassName
{
color: #F1FCFE;
}
</style>
background-color css
<style>
a { background-color: #F1FCFE; }
a { background-color: rgb(241,252,254); }
div.DivClassName
{
background-color: #F1FCFE;
}
.BgClassName
{
background-color: #F1FCFE;
}
</style>
border-color css
<style>
span { border-color: #F1FCFE; }
span { border-color: rgb(241,252,254); }
td.TdClassName
{
border-color: #F1FCFE;
}
.TagClassName
{
border-color: #F1FCFE;
}
</style>