Shades of Azure #F1FDFB
Tints of Azure #F1FDFB
RGB
CMYK
RGB Variations
Color information
#F1FDFB (or 0xF1FDFB) is known color: Azure. HEX triplet: F1, FD and FB. RGB value is (241,253,251). Sum of RGB (Red+Green+Blue) = 241+253+251=745 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.35% from 745); Green value is 253 (99.22% from 255 or 33.96% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FDFB is #0E0204. Grayscale: #F9F9F9. Windows color (decimal): -918021 or 16514545. OLE color: 16514545.
HSL color Cylindrical-coordinate representation of color #F1FDFB: hue angle of 170º 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 #F1FDFB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 253 | 251 | - |
CMYK | 0.05 | 0 | 0.01 | 0.01 |
HSL | 170º | 0.75% | 0.97% | - |
HSV(B) | 170º | 0.05% | 0.99% | - |
XYZ | 88.81 | 95.92 | 105.1 | - |
YUV | 249.18 | 129.02 | 122.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 253 | 251 | 0.05 | 0 | 0.01 | 0.01 | 170 | 0.75 | 0.97 |
Hex | F1 | FD | FB | 5 | 0 | 1 | 1 | AA | 4B | 61 |
Octal | 361 | 375 | 373 | 5 | 0 | 1 | 1 | 252 | 113 | 141 |
Binary | 11110001 | 11111101 | 11111011 | 101 | 0 | 1 | 1 | 10101010 | 1001011 | 1100001 |
Color Harmonies of #F1FDFB
Complementary color
Monochromatic Colors of #F1FDFB
Black with #F1FDFB
Text Example
Text Example
White with #F1FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FDFB; }
p { color: rgb(241,253,251); }
H1.HeaderClassName
{
color: #F1FDFB;
}
.AnyTagClassName
{
color: #F1FDFB;
}
</style>
background-color css
<style>
a { background-color: #F1FDFB; }
a { background-color: rgb(241,253,251); }
div.DivClassName
{
background-color: #F1FDFB;
}
.BgClassName
{
background-color: #F1FDFB;
}
</style>
border-color css
<style>
span { border-color: #F1FDFB; }
span { border-color: rgb(241,253,251); }
td.TdClassName
{
border-color: #F1FDFB;
}
.TagClassName
{
border-color: #F1FDFB;
}
</style>