Shades of Azure #F8FDFD
Tints of Azure #F8FDFD
RGB
CMYK
RGB Variations
Color information
#F8FDFD (or 0xF8FDFD) is known color: Azure. HEX triplet: F8, FD and FD. RGB value is (248,253,253). Sum of RGB (Red+Green+Blue) = 248+253+253=754 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.89% from 754); Green value is 253 (99.22% from 255 or 33.55% from 754); Blue value is 253 (99.22% from 255 or 33.55% from 754); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F8FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FDFD is #070202. Grayscale: #FBFBFB. Windows color (decimal): -459267 or 16645624. OLE color: 16645624.
HSL color Cylindrical-coordinate representation of color #F8FDFD: hue angle of 180º degrees, saturation: 0.56, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F8FDFD is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 253 | 253 | - |
CMYK | 0.02 | 0 | 0 | 0.01 |
HSL | 180º | 0.56% | 0.98% | - |
HSV(B) | 180º | 0.02% | 0.99% | - |
XYZ | 91.57 | 97.3 | 106.88 | - |
YUV | 251.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 253 | 253 | 0.02 | 0 | 0 | 0.01 | 180 | 0.56 | 0.98 |
Hex | F8 | FD | FD | 2 | 0 | 0 | 1 | B4 | 38 | 62 |
Octal | 370 | 375 | 375 | 2 | 0 | 0 | 1 | 264 | 70 | 142 |
Binary | 11111000 | 11111101 | 11111101 | 10 | 0 | 0 | 1 | 10110100 | 111000 | 1100010 |
Color Harmonies of #F8FDFD
Complementary color
Monochromatic Colors of #F8FDFD
Black with #F8FDFD
Text Example
Text Example
White with #F8FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDFD; }
p { color: rgb(248,253,253); }
H1.HeaderClassName
{
color: #F8FDFD;
}
.AnyTagClassName
{
color: #F8FDFD;
}
</style>
background-color css
<style>
a { background-color: #F8FDFD; }
a { background-color: rgb(248,253,253); }
div.DivClassName
{
background-color: #F8FDFD;
}
.BgClassName
{
background-color: #F8FDFD;
}
</style>
border-color css
<style>
span { border-color: #F8FDFD; }
span { border-color: rgb(248,253,253); }
td.TdClassName
{
border-color: #F8FDFD;
}
.TagClassName
{
border-color: #F8FDFD;
}
</style>