Shades of Azure #F1FEFE
Tints of Azure #F1FEFE
RGB
CMYK
RGB Variations
Color information
#F1FEFE (or 0xF1FEFE) is known color: Azure. HEX triplet: F1, FE and FE. RGB value is (241,254,254). Sum of RGB (Red+Green+Blue) = 241+254+254=749 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.18% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F1FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FEFE is #0E0101. Grayscale: #FAFAFA. Windows color (decimal): -917762 or 16711409. OLE color: 16711409.
HSL color Cylindrical-coordinate representation of color #F1FEFE: hue angle of 180º 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 #F1FEFE is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 241 | 254 | 254 | - |
CMYK | 0.05 | 0 | 0 | 0.00 |
HSL | 180º | 0.87% | 0.97% | - |
HSV(B) | 180º | 0.05% | 1% | - |
XYZ | 89.61 | 96.74 | 107.72 | - |
YUV | 250.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 254 | 254 | 0.05 | 0 | 0 | 0.00 | 180 | 0.87 | 0.97 |
Hex | F1 | FE | FE | 5 | 0 | 0 | 0 | B4 | 57 | 61 |
Octal | 361 | 376 | 376 | 5 | 0 | 0 | 0 | 264 | 127 | 141 |
Binary | 11110001 | 11111110 | 11111110 | 101 | 0 | 0 | 0 | 10110100 | 1010111 | 1100001 |
Color Harmonies of #F1FEFE
Complementary color
Monochromatic Colors of #F1FEFE
Black with #F1FEFE
Text Example
Text Example
White with #F1FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FEFE; }
p { color: rgb(241,254,254); }
H1.HeaderClassName
{
color: #F1FEFE;
}
.AnyTagClassName
{
color: #F1FEFE;
}
</style>
background-color css
<style>
a { background-color: #F1FEFE; }
a { background-color: rgb(241,254,254); }
div.DivClassName
{
background-color: #F1FEFE;
}
.BgClassName
{
background-color: #F1FEFE;
}
</style>
border-color css
<style>
span { border-color: #F1FEFE; }
span { border-color: rgb(241,254,254); }
td.TdClassName
{
border-color: #F1FEFE;
}
.TagClassName
{
border-color: #F1FEFE;
}
</style>