Shades of Azure #F5FDFC
Tints of Azure #F5FDFC
RGB
CMYK
RGB Variations
Color information
#F5FDFC (or 0xF5FDFC) is known color: Azure. HEX triplet: F5, FD and FC. RGB value is (245,253,252). Sum of RGB (Red+Green+Blue) = 245+253+252=750 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.67% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFC is #0A0203. Grayscale: #FAFAFA. Windows color (decimal): -655876 or 16580085. OLE color: 16580085.
HSL color Cylindrical-coordinate representation of color #F5FDFC: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5FDFC is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 252 | - |
CMYK | 0.03 | 0 | 0.00 | 0.01 |
HSL | 172.5º | 0.67% | 0.98% | - |
HSV(B) | 172.5º | 0.03% | 0.99% | - |
XYZ | 90.35 | 96.69 | 106 | - |
YUV | 250.49 | 128.85 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 252 | 0.03 | 0 | 0.00 | 0.01 | 172.5 | 0.67 | 0.98 |
Hex | F5 | FD | FC | 3 | 0 | 0 | 1 | AC | 43 | 62 |
Octal | 365 | 375 | 374 | 3 | 0 | 0 | 1 | 254 | 103 | 142 |
Binary | 11110101 | 11111101 | 11111100 | 11 | 0 | 0 | 1 | 10101100 | 1000011 | 1100010 |
Color Harmonies of #F5FDFC
Complementary color
Monochromatic Colors of #F5FDFC
Black with #F5FDFC
Text Example
Text Example
White with #F5FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDFC; }
p { color: rgb(245,253,252); }
H1.HeaderClassName
{
color: #F5FDFC;
}
.AnyTagClassName
{
color: #F5FDFC;
}
</style>
background-color css
<style>
a { background-color: #F5FDFC; }
a { background-color: rgb(245,253,252); }
div.DivClassName
{
background-color: #F5FDFC;
}
.BgClassName
{
background-color: #F5FDFC;
}
</style>
border-color css
<style>
span { border-color: #F5FDFC; }
span { border-color: rgb(245,253,252); }
td.TdClassName
{
border-color: #F5FDFC;
}
.TagClassName
{
border-color: #F5FDFC;
}
</style>