Shades of Alice Blue #F8FBFD
Tints of Alice Blue #F8FBFD
RGB
CMYK
RGB Variations
Color information
#F8FBFD (or 0xF8FBFD) is known color: Alice Blue. HEX triplet: F8, FB and FD. RGB value is (248,251,253). Sum of RGB (Red+Green+Blue) = 248+251+253=752 (99% of max value = 765). Red value is 248 (97.27% from 255 or 32.98% from 752); Green value is 251 (98.44% from 255 or 33.38% from 752); Blue value is 253 (99.22% from 255 or 33.64% from 752); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8FBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FBFD is #070402. Grayscale: #FAFAFA. Windows color (decimal): -459779 or 16645112. OLE color: 16645112.
HSL color Cylindrical-coordinate representation of color #F8FBFD: hue angle of 204º 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 #F8FBFD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 251 | 253 | - |
CMYK | 0.02 | 0.01 | 0 | 0.01 |
HSL | 204º | 0.56% | 0.98% | - |
HSV(B) | 204º | 0.02% | 0.99% | - |
XYZ | 90.94 | 96.04 | 106.67 | - |
YUV | 250.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 251 | 253 | 0.02 | 0.01 | 0 | 0.01 | 204 | 0.56 | 0.98 |
Hex | F8 | FB | FD | 2 | 1 | 0 | 1 | CC | 38 | 62 |
Octal | 370 | 373 | 375 | 2 | 1 | 0 | 1 | 314 | 70 | 142 |
Binary | 11111000 | 11111011 | 11111101 | 10 | 1 | 0 | 1 | 11001100 | 111000 | 1100010 |
Color Harmonies of #F8FBFD
Complementary color
Monochromatic Colors of #F8FBFD
Black with #F8FBFD
Text Example
Text Example
White with #F8FBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FBFD; }
p { color: rgb(248,251,253); }
H1.HeaderClassName
{
color: #F8FBFD;
}
.AnyTagClassName
{
color: #F8FBFD;
}
</style>
background-color css
<style>
a { background-color: #F8FBFD; }
a { background-color: rgb(248,251,253); }
div.DivClassName
{
background-color: #F8FBFD;
}
.BgClassName
{
background-color: #F8FBFD;
}
</style>
border-color css
<style>
span { border-color: #F8FBFD; }
span { border-color: rgb(248,251,253); }
td.TdClassName
{
border-color: #F8FBFD;
}
.TagClassName
{
border-color: #F8FBFD;
}
</style>