Shades of Azure #F8FEFD
Tints of Azure #F8FEFD
RGB
CMYK
RGB Variations
Color information
#F8FEFD (or 0xF8FEFD) is known color: Azure. HEX triplet: F8, FE and FD. RGB value is (248,254,253). Sum of RGB (Red+Green+Blue) = 248+254+253=755 (100% of max value = 765). Red value is 248 (97.27% from 255 or 32.85% from 755); Green value is 254 (99.61% from 255 or 33.64% from 755); Blue value is 253 (99.22% from 255 or 33.51% from 755); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FEFD is #070102. Grayscale: #FCFCFC. Windows color (decimal): -459011 or 16645880. OLE color: 16645880.
HSL color Cylindrical-coordinate representation of color #F8FEFD: hue angle of 170º 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 #F8FEFD is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 248 | 254 | 253 | - |
CMYK | 0.02 | 0 | 0.00 | 0.00 |
HSL | 170º | 0.75% | 0.98% | - |
HSV(B) | 170º | 0.02% | 1% | - |
XYZ | 91.88 | 97.93 | 106.99 | - |
YUV | 252.09 | 128.51 | 125.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 254 | 253 | 0.02 | 0 | 0.00 | 0.00 | 170 | 0.75 | 0.98 |
Hex | F8 | FE | FD | 2 | 0 | 0 | 0 | AA | 4B | 62 |
Octal | 370 | 376 | 375 | 2 | 0 | 0 | 0 | 252 | 113 | 142 |
Binary | 11111000 | 11111110 | 11111101 | 10 | 0 | 0 | 0 | 10101010 | 1001011 | 1100010 |
Color Harmonies of #F8FEFD
Complementary color
Monochromatic Colors of #F8FEFD
Black with #F8FEFD
Text Example
Text Example
White with #F8FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FEFD; }
p { color: rgb(248,254,253); }
H1.HeaderClassName
{
color: #F8FEFD;
}
.AnyTagClassName
{
color: #F8FEFD;
}
</style>
background-color css
<style>
a { background-color: #F8FEFD; }
a { background-color: rgb(248,254,253); }
div.DivClassName
{
background-color: #F8FEFD;
}
.BgClassName
{
background-color: #F8FEFD;
}
</style>
border-color css
<style>
span { border-color: #F8FEFD; }
span { border-color: rgb(248,254,253); }
td.TdClassName
{
border-color: #F8FEFD;
}
.TagClassName
{
border-color: #F8FEFD;
}
</style>