Shades of Azure #F8FDFE
Tints of Azure #F8FDFE
RGB
CMYK
RGB Variations
Color information
#F8FDFE (or 0xF8FDFE) is known color: Azure. HEX triplet: F8, FD and FE. RGB value is (248,253,254). Sum of RGB (Red+Green+Blue) = 248+253+254=755 (100% of max value = 765). Red value is 248 (97.27% from 255 or 32.85% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FDFE is #070201. Grayscale: #FBFBFB. Windows color (decimal): -459266 or 16711160. OLE color: 16711160.
HSL color Cylindrical-coordinate representation of color #F8FDFE: hue angle of 190º degrees, saturation: 0.75, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F8FDFE is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 248 | 253 | 254 | - |
CMYK | 0.02 | 0.00 | 0 | 0.00 |
HSL | 190º | 0.75% | 0.98% | - |
HSV(B) | 190º | 0.02% | 1% | - |
XYZ | 91.73 | 97.36 | 107.72 | - |
YUV | 251.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 253 | 254 | 0.02 | 0.00 | 0 | 0.00 | 190 | 0.75 | 0.98 |
Hex | F8 | FD | FE | 2 | 0 | 0 | 0 | BE | 4B | 62 |
Octal | 370 | 375 | 376 | 2 | 0 | 0 | 0 | 276 | 113 | 142 |
Binary | 11111000 | 11111101 | 11111110 | 10 | 0 | 0 | 0 | 10111110 | 1001011 | 1100010 |
Color Harmonies of #F8FDFE
Complementary color
Monochromatic Colors of #F8FDFE
Black with #F8FDFE
Text Example
Text Example
White with #F8FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDFE; }
p { color: rgb(248,253,254); }
H1.HeaderClassName
{
color: #F8FDFE;
}
.AnyTagClassName
{
color: #F8FDFE;
}
</style>
background-color css
<style>
a { background-color: #F8FDFE; }
a { background-color: rgb(248,253,254); }
div.DivClassName
{
background-color: #F8FDFE;
}
.BgClassName
{
background-color: #F8FDFE;
}
</style>
border-color css
<style>
span { border-color: #F8FDFE; }
span { border-color: rgb(248,253,254); }
td.TdClassName
{
border-color: #F8FDFE;
}
.TagClassName
{
border-color: #F8FDFE;
}
</style>