Shades of Azure #F1F8FA
Tints of Azure #F1F8FA
RGB
CMYK
RGB Variations
Color information
#F1F8FA (or 0xF1F8FA) is known color: Azure. HEX triplet: F1, F8 and FA. RGB value is (241,248,250). Sum of RGB (Red+Green+Blue) = 241+248+250=739 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.61% from 739); Green value is 248 (97.27% from 255 or 33.56% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1F8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F8FA is #0E0705. Grayscale: #F6F6F6. Windows color (decimal): -919302 or 16447729. OLE color: 16447729.
HSL color Cylindrical-coordinate representation of color #F1F8FA: hue angle of 193.33º degrees, saturation: 0.47, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1F8FA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 248 | 250 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.02 |
| HSL | 193.33º | 0.47% | 0.96% | - |
| HSV(B) | 193.33º | 0.04% | 0.98% | - |
| XYZ | 87.1 | 92.74 | 103.75 | - |
| YUV | 246.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 248 | 250 | 0.04 | 0.01 | 0 | 0.02 | 193.33 | 0.47 | 0.96 |
| Hex | F1 | F8 | FA | 4 | 1 | 0 | 2 | C1 | 2F | 60 |
| Octal | 361 | 370 | 372 | 4 | 1 | 0 | 2 | 301 | 57 | 140 |
| Binary | 11110001 | 11111000 | 11111010 | 100 | 1 | 0 | 10 | 11000001 | 101111 | 1100000 |
Color Harmonies of #F1F8FA
Complementary color
Monochromatic Colors of #F1F8FA
Black with #F1F8FA
Text Example
Text Example
White with #F1F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F8FA; }
p { color: rgb(241,248,250); }
H1.HeaderClassName
{
color: #F1F8FA;
}
.AnyTagClassName
{
color: #F1F8FA;
}
</style>
background-color css
<style>
a { background-color: #F1F8FA; }
a { background-color: rgb(241,248,250); }
div.DivClassName
{
background-color: #F1F8FA;
}
.BgClassName
{
background-color: #F1F8FA;
}
</style>
border-color css
<style>
span { border-color: #F1F8FA; }
span { border-color: rgb(241,248,250); }
td.TdClassName
{
border-color: #F1F8FA;
}
.TagClassName
{
border-color: #F1F8FA;
}
</style>