Shades of Alice Blue #F5F8FA
Tints of Alice Blue #F5F8FA
RGB
CMYK
RGB Variations
Color information
#F5F8FA (or 0xF5F8FA) is known color: Alice Blue. HEX triplet: F5, F8 and FA. RGB value is (245,248,250). Sum of RGB (Red+Green+Blue) = 245+248+250=743 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.97% from 743); Green value is 248 (97.27% from 255 or 33.38% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5F8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F8FA is #0A0705. Grayscale: #F7F7F7. Windows color (decimal): -657158 or 16447733. OLE color: 16447733.
HSL color Cylindrical-coordinate representation of color #F5F8FA: hue angle of 204º degrees, saturation: 0.33, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5F8FA is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 248 | 250 | - |
CMYK | 0.02 | 0.01 | 0 | 0.02 |
HSL | 204º | 0.33% | 0.97% | - |
HSV(B) | 204º | 0.02% | 0.98% | - |
XYZ | 88.48 | 93.45 | 103.82 | - |
YUV | 247.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 248 | 250 | 0.02 | 0.01 | 0 | 0.02 | 204 | 0.33 | 0.97 |
Hex | F5 | F8 | FA | 2 | 1 | 0 | 2 | CC | 21 | 61 |
Octal | 365 | 370 | 372 | 2 | 1 | 0 | 2 | 314 | 41 | 141 |
Binary | 11110101 | 11111000 | 11111010 | 10 | 1 | 0 | 10 | 11001100 | 100001 | 1100001 |
Color Harmonies of #F5F8FA
Complementary color
Monochromatic Colors of #F5F8FA
Black with #F5F8FA
Text Example
Text Example
White with #F5F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F8FA; }
p { color: rgb(245,248,250); }
H1.HeaderClassName
{
color: #F5F8FA;
}
.AnyTagClassName
{
color: #F5F8FA;
}
</style>
background-color css
<style>
a { background-color: #F5F8FA; }
a { background-color: rgb(245,248,250); }
div.DivClassName
{
background-color: #F5F8FA;
}
.BgClassName
{
background-color: #F5F8FA;
}
</style>
border-color css
<style>
span { border-color: #F5F8FA; }
span { border-color: rgb(245,248,250); }
td.TdClassName
{
border-color: #F5F8FA;
}
.TagClassName
{
border-color: #F5F8FA;
}
</style>