Shades of Alice Blue #F1F8FB
Tints of Alice Blue #F1F8FB
RGB
CMYK
RGB Variations
Color information
#F1F8FB (or 0xF1F8FB) is known color: Alice Blue. HEX triplet: F1, F8 and FB. RGB value is (241,248,251). Sum of RGB (Red+Green+Blue) = 241+248+251=740 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.57% from 740); Green value is 248 (97.27% from 255 or 33.51% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1F8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F8FB is #0E0704. Grayscale: #F6F6F6. Windows color (decimal): -919301 or 16513265. OLE color: 16513265.
HSL color Cylindrical-coordinate representation of color #F1F8FB: hue angle of 198º degrees, saturation: 0.56, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1F8FB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 248 | 251 | - |
CMYK | 0.04 | 0.01 | 0 | 0.02 |
HSL | 198º | 0.56% | 0.96% | - |
HSV(B) | 198º | 0.04% | 0.98% | - |
XYZ | 87.26 | 92.8 | 104.58 | - |
YUV | 246.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 248 | 251 | 0.04 | 0.01 | 0 | 0.02 | 198 | 0.56 | 0.96 |
Hex | F1 | F8 | FB | 4 | 1 | 0 | 2 | C6 | 38 | 60 |
Octal | 361 | 370 | 373 | 4 | 1 | 0 | 2 | 306 | 70 | 140 |
Binary | 11110001 | 11111000 | 11111011 | 100 | 1 | 0 | 10 | 11000110 | 111000 | 1100000 |
Color Harmonies of #F1F8FB
Complementary color
Monochromatic Colors of #F1F8FB
Black with #F1F8FB
Text Example
Text Example
White with #F1F8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F8FB; }
p { color: rgb(241,248,251); }
H1.HeaderClassName
{
color: #F1F8FB;
}
.AnyTagClassName
{
color: #F1F8FB;
}
</style>
background-color css
<style>
a { background-color: #F1F8FB; }
a { background-color: rgb(241,248,251); }
div.DivClassName
{
background-color: #F1F8FB;
}
.BgClassName
{
background-color: #F1F8FB;
}
</style>
border-color css
<style>
span { border-color: #F1F8FB; }
span { border-color: rgb(241,248,251); }
td.TdClassName
{
border-color: #F1F8FB;
}
.TagClassName
{
border-color: #F1F8FB;
}
</style>