Shades of Azure #F2FDFB
Tints of Azure #F2FDFB
RGB
CMYK
RGB Variations
Color information
#F2FDFB (or 0xF2FDFB) is known color: Azure. HEX triplet: F2, FD and FB. RGB value is (242,253,251). Sum of RGB (Red+Green+Blue) = 242+253+251=746 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.44% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 251 (98.44% from 255 or 33.65% from 746); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FDFB is #0D0204. Grayscale: #F9F9F9. Windows color (decimal): -852485 or 16514546. OLE color: 16514546.
HSL color Cylindrical-coordinate representation of color #F2FDFB: hue angle of 169.09º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2FDFB is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 253 | 251 | - |
CMYK | 0.04 | 0 | 0.01 | 0.01 |
HSL | 169.09º | 0.73% | 0.97% | - |
HSV(B) | 169.09º | 0.04% | 0.99% | - |
XYZ | 89.16 | 96.09 | 105.12 | - |
YUV | 249.48 | 128.86 | 122.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 253 | 251 | 0.04 | 0 | 0.01 | 0.01 | 169.09 | 0.73 | 0.97 |
Hex | F2 | FD | FB | 4 | 0 | 1 | 1 | A9 | 49 | 61 |
Octal | 362 | 375 | 373 | 4 | 0 | 1 | 1 | 251 | 111 | 141 |
Binary | 11110010 | 11111101 | 11111011 | 100 | 0 | 1 | 1 | 10101001 | 1001001 | 1100001 |
Color Harmonies of #F2FDFB
Complementary color
Monochromatic Colors of #F2FDFB
Black with #F2FDFB
Text Example
Text Example
White with #F2FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDFB; }
p { color: rgb(242,253,251); }
H1.HeaderClassName
{
color: #F2FDFB;
}
.AnyTagClassName
{
color: #F2FDFB;
}
</style>
background-color css
<style>
a { background-color: #F2FDFB; }
a { background-color: rgb(242,253,251); }
div.DivClassName
{
background-color: #F2FDFB;
}
.BgClassName
{
background-color: #F2FDFB;
}
</style>
border-color css
<style>
span { border-color: #F2FDFB; }
span { border-color: rgb(242,253,251); }
td.TdClassName
{
border-color: #F2FDFB;
}
.TagClassName
{
border-color: #F2FDFB;
}
</style>