Shades of Azure #F1FCFC
Tints of Azure #F1FCFC
RGB
CMYK
RGB Variations
Color information
#F1FCFC (or 0xF1FCFC) is known color: Azure. HEX triplet: F1, FC and FC. RGB value is (241,252,252). Sum of RGB (Red+Green+Blue) = 241+252+252=745 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.35% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 252 (98.83% from 255 or 33.83% from 745); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F1FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FCFC is #0E0303. Grayscale: #F8F8F8. Windows color (decimal): -918276 or 16579825. OLE color: 16579825.
HSL color Cylindrical-coordinate representation of color #F1FCFC: hue angle of 180º degrees, saturation: 0.65, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1FCFC is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 252 | - |
| CMYK | 0.04 | 0 | 0 | 0.01 |
| HSL | 180º | 0.65% | 0.97% | - |
| HSV(B) | 180º | 0.04% | 0.99% | - |
| XYZ | 88.66 | 95.35 | 105.83 | - |
| YUV | 248.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 252 | 0.04 | 0 | 0 | 0.01 | 180 | 0.65 | 0.97 |
| Hex | F1 | FC | FC | 4 | 0 | 0 | 1 | B4 | 41 | 61 |
| Octal | 361 | 374 | 374 | 4 | 0 | 0 | 1 | 264 | 101 | 141 |
| Binary | 11110001 | 11111100 | 11111100 | 100 | 0 | 0 | 1 | 10110100 | 1000001 | 1100001 |
Color Harmonies of #F1FCFC
Complementary color
Monochromatic Colors of #F1FCFC
Black with #F1FCFC
Text Example
Text Example
White with #F1FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCFC; }
p { color: rgb(241,252,252); }
H1.HeaderClassName
{
color: #F1FCFC;
}
.AnyTagClassName
{
color: #F1FCFC;
}
</style>
background-color css
<style>
a { background-color: #F1FCFC; }
a { background-color: rgb(241,252,252); }
div.DivClassName
{
background-color: #F1FCFC;
}
.BgClassName
{
background-color: #F1FCFC;
}
</style>
border-color css
<style>
span { border-color: #F1FCFC; }
span { border-color: rgb(241,252,252); }
td.TdClassName
{
border-color: #F1FCFC;
}
.TagClassName
{
border-color: #F1FCFC;
}
</style>