Shades of Azure #F5FEFC
Tints of Azure #F5FEFC
RGB
CMYK
RGB Variations
Color information
#F5FEFC (or 0xF5FEFC) is known color: Azure. HEX triplet: F5, FE and FC. RGB value is (245,254,252). Sum of RGB (Red+Green+Blue) = 245+254+252=751 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.62% from 751); Green value is 254 (99.61% from 255 or 33.82% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEFC is #0A0103. Grayscale: #FBFBFB. Windows color (decimal): -655620 or 16580341. OLE color: 16580341.
HSL color Cylindrical-coordinate representation of color #F5FEFC: hue angle of 166.67º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FEFC is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 252 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.00 |
| HSL | 166.67º | 0.82% | 0.98% | - |
| HSV(B) | 166.67º | 0.04% | 1% | - |
| XYZ | 90.67 | 97.32 | 106.1 | - |
| YUV | 251.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 252 | 0.04 | 0 | 0.01 | 0.00 | 166.67 | 0.82 | 0.98 |
| Hex | F5 | FE | FC | 4 | 0 | 1 | 0 | A7 | 52 | 62 |
| Octal | 365 | 376 | 374 | 4 | 0 | 1 | 0 | 247 | 122 | 142 |
| Binary | 11110101 | 11111110 | 11111100 | 100 | 0 | 1 | 0 | 10100111 | 1010010 | 1100010 |
Color Harmonies of #F5FEFC
Complementary color
Monochromatic Colors of #F5FEFC
Black with #F5FEFC
Text Example
Text Example
White with #F5FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEFC; }
p { color: rgb(245,254,252); }
H1.HeaderClassName
{
color: #F5FEFC;
}
.AnyTagClassName
{
color: #F5FEFC;
}
</style>
background-color css
<style>
a { background-color: #F5FEFC; }
a { background-color: rgb(245,254,252); }
div.DivClassName
{
background-color: #F5FEFC;
}
.BgClassName
{
background-color: #F5FEFC;
}
</style>
border-color css
<style>
span { border-color: #F5FEFC; }
span { border-color: rgb(245,254,252); }
td.TdClassName
{
border-color: #F5FEFC;
}
.TagClassName
{
border-color: #F5FEFC;
}
</style>