Shades of Azure #F1FCFD
Tints of Azure #F1FCFD
RGB
CMYK
RGB Variations
Color information
#F1FCFD (or 0xF1FCFD) is known color: Azure. HEX triplet: F1, FC and FD. RGB value is (241,252,253). Sum of RGB (Red+Green+Blue) = 241+252+253=746 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.31% from 746); Green value is 252 (98.83% from 255 or 33.78% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1FCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FCFD is #0E0302. Grayscale: #F8F8F8. Windows color (decimal): -918275 or 16645361. OLE color: 16645361.
HSL color Cylindrical-coordinate representation of color #F1FCFD: hue angle of 185º degrees, saturation: 0.75, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1FCFD is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 252 | 253 | - |
CMYK | 0.05 | 0.00 | 0 | 0.01 |
HSL | 185º | 0.75% | 0.97% | - |
HSV(B) | 185º | 0.05% | 0.99% | - |
XYZ | 88.82 | 95.41 | 106.66 | - |
YUV | 248.83 | 130.36 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 252 | 253 | 0.05 | 0.00 | 0 | 0.01 | 185 | 0.75 | 0.97 |
Hex | F1 | FC | FD | 5 | 0 | 0 | 1 | B9 | 4B | 61 |
Octal | 361 | 374 | 375 | 5 | 0 | 0 | 1 | 271 | 113 | 141 |
Binary | 11110001 | 11111100 | 11111101 | 101 | 0 | 0 | 1 | 10111001 | 1001011 | 1100001 |
Color Harmonies of #F1FCFD
Complementary color
Monochromatic Colors of #F1FCFD
Black with #F1FCFD
Text Example
Text Example
White with #F1FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCFD; }
p { color: rgb(241,252,253); }
H1.HeaderClassName
{
color: #F1FCFD;
}
.AnyTagClassName
{
color: #F1FCFD;
}
</style>
background-color css
<style>
a { background-color: #F1FCFD; }
a { background-color: rgb(241,252,253); }
div.DivClassName
{
background-color: #F1FCFD;
}
.BgClassName
{
background-color: #F1FCFD;
}
</style>
border-color css
<style>
span { border-color: #F1FCFD; }
span { border-color: rgb(241,252,253); }
td.TdClassName
{
border-color: #F1FCFD;
}
.TagClassName
{
border-color: #F1FCFD;
}
</style>