Shades of Alice Blue #F1F6F8
Tints of Alice Blue #F1F6F8
RGB
CMYK
RGB Variations
Color information
#F1F6F8 (or 0xF1F6F8) is known color: Alice Blue. HEX triplet: F1, F6 and F8. RGB value is (241,246,248). Sum of RGB (Red+Green+Blue) = 241+246+248=735 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.79% from 735); Green value is 246 (96.48% from 255 or 33.47% from 735); Blue value is 248 (97.27% from 255 or 33.74% from 735); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1F6F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F6F8 is #0E0907. Grayscale: #F4F4F4. Windows color (decimal): -919816 or 16316145. OLE color: 16316145.
HSL color Cylindrical-coordinate representation of color #F1F6F8: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F1F6F8 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 241 | 246 | 248 | - |
CMYK | 0.03 | 0.01 | 0 | 0.03 |
HSL | 197.14º | 0.33% | 0.96% | - |
HSV(B) | 197.14º | 0.03% | 0.97% | - |
XYZ | 86.17 | 91.39 | 101.91 | - |
YUV | 244.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 246 | 248 | 0.03 | 0.01 | 0 | 0.03 | 197.14 | 0.33 | 0.96 |
Hex | F1 | F6 | F8 | 3 | 1 | 0 | 3 | C5 | 21 | 60 |
Octal | 361 | 366 | 370 | 3 | 1 | 0 | 3 | 305 | 41 | 140 |
Binary | 11110001 | 11110110 | 11111000 | 11 | 1 | 0 | 11 | 11000101 | 100001 | 1100000 |
Color Harmonies of #F1F6F8
Complementary color
Monochromatic Colors of #F1F6F8
Black with #F1F6F8
Text Example
Text Example
White with #F1F6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F6F8; }
p { color: rgb(241,246,248); }
H1.HeaderClassName
{
color: #F1F6F8;
}
.AnyTagClassName
{
color: #F1F6F8;
}
</style>
background-color css
<style>
a { background-color: #F1F6F8; }
a { background-color: rgb(241,246,248); }
div.DivClassName
{
background-color: #F1F6F8;
}
.BgClassName
{
background-color: #F1F6F8;
}
</style>
border-color css
<style>
span { border-color: #F1F6F8; }
span { border-color: rgb(241,246,248); }
td.TdClassName
{
border-color: #F1F6F8;
}
.TagClassName
{
border-color: #F1F6F8;
}
</style>