Shades of Azure #F1FAF8
Tints of Azure #F1FAF8
RGB
CMYK
RGB Variations
Color information
#F1FAF8 (or 0xF1FAF8) is known color: Azure. HEX triplet: F1, FA and F8. RGB value is (241,250,248). Sum of RGB (Red+Green+Blue) = 241+250+248=739 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.61% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 248 (97.27% from 255 or 33.56% from 739); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAF8 is #0E0507. Grayscale: #F7F7F7. Windows color (decimal): -918792 or 16317169. OLE color: 16317169.
HSL color Cylindrical-coordinate representation of color #F1FAF8: hue angle of 166.67º 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 #F1FAF8 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 248 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.02 |
| HSL | 166.67º | 0.47% | 0.96% | - |
| HSV(B) | 166.67º | 0.04% | 0.98% | - |
| XYZ | 87.4 | 93.85 | 102.31 | - |
| YUV | 247.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 248 | 0.04 | 0 | 0.01 | 0.02 | 166.67 | 0.47 | 0.96 |
| Hex | F1 | FA | F8 | 4 | 0 | 1 | 2 | A7 | 2F | 60 |
| Octal | 361 | 372 | 370 | 4 | 0 | 1 | 2 | 247 | 57 | 140 |
| Binary | 11110001 | 11111010 | 11111000 | 100 | 0 | 1 | 10 | 10100111 | 101111 | 1100000 |
Color Harmonies of #F1FAF8
Complementary color
Monochromatic Colors of #F1FAF8
Black with #F1FAF8
Text Example
Text Example
White with #F1FAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FAF8; }
p { color: rgb(241,250,248); }
H1.HeaderClassName
{
color: #F1FAF8;
}
.AnyTagClassName
{
color: #F1FAF8;
}
</style>
background-color css
<style>
a { background-color: #F1FAF8; }
a { background-color: rgb(241,250,248); }
div.DivClassName
{
background-color: #F1FAF8;
}
.BgClassName
{
background-color: #F1FAF8;
}
</style>
border-color css
<style>
span { border-color: #F1FAF8; }
span { border-color: rgb(241,250,248); }
td.TdClassName
{
border-color: #F1FAF8;
}
.TagClassName
{
border-color: #F1FAF8;
}
</style>