Shades of Azure #F9FDFE
Tints of Azure #F9FDFE
RGB
CMYK
RGB Variations
Color information
#F9FDFE (or 0xF9FDFE) is known color: Azure. HEX triplet: F9, FD and FE. RGB value is (249,253,254). Sum of RGB (Red+Green+Blue) = 249+253+254=756 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.94% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 254 (99.61% from 255 or 33.60% from 756); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FDFE is #060201. Grayscale: #FBFBFB. Windows color (decimal): -393730 or 16711161. OLE color: 16711161.
HSL color Cylindrical-coordinate representation of color #F9FDFE: hue angle of 192º degrees, saturation: 0.71, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9FDFE is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 253 | 254 | - |
CMYK | 0.02 | 0.00 | 0 | 0.00 |
HSL | 192º | 0.71% | 0.99% | - |
HSV(B) | 192º | 0.02% | 1% | - |
XYZ | 92.08 | 97.55 | 107.74 | - |
YUV | 251.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 253 | 254 | 0.02 | 0.00 | 0 | 0.00 | 192 | 0.71 | 0.99 |
Hex | F9 | FD | FE | 2 | 0 | 0 | 0 | C0 | 47 | 63 |
Octal | 371 | 375 | 376 | 2 | 0 | 0 | 0 | 300 | 107 | 143 |
Binary | 11111001 | 11111101 | 11111110 | 10 | 0 | 0 | 0 | 11000000 | 1000111 | 1100011 |
Color Harmonies of #F9FDFE
Complementary color
Monochromatic Colors of #F9FDFE
Black with #F9FDFE
Text Example
Text Example
White with #F9FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDFE; }
p { color: rgb(249,253,254); }
H1.HeaderClassName
{
color: #F9FDFE;
}
.AnyTagClassName
{
color: #F9FDFE;
}
</style>
background-color css
<style>
a { background-color: #F9FDFE; }
a { background-color: rgb(249,253,254); }
div.DivClassName
{
background-color: #F9FDFE;
}
.BgClassName
{
background-color: #F9FDFE;
}
</style>
border-color css
<style>
span { border-color: #F9FDFE; }
span { border-color: rgb(249,253,254); }
td.TdClassName
{
border-color: #F9FDFE;
}
.TagClassName
{
border-color: #F9FDFE;
}
</style>