Shades of Alice Blue #F1F7FE
Tints of Alice Blue #F1F7FE
RGB
CMYK
RGB Variations
Color information
#F1F7FE (or 0xF1F7FE) is known color: Alice Blue. HEX triplet: F1, F7 and FE. RGB value is (241,247,254). Sum of RGB (Red+Green+Blue) = 241+247+254=742 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.48% from 742); Green value is 247 (96.88% from 255 or 33.29% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1F7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F7FE is #0E0801. Grayscale: #F5F5F5. Windows color (decimal): -919554 or 16709617. OLE color: 16709617.
HSL color Cylindrical-coordinate representation of color #F1F7FE: hue angle of 212.31º degrees, saturation: 0.87, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1F7FE is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 241 | 247 | 254 | - |
CMYK | 0.05 | 0.03 | 0 | 0.00 |
HSL | 212.31º | 0.87% | 0.97% | - |
HSV(B) | 212.31º | 0.05% | 1% | - |
XYZ | 87.43 | 92.38 | 106.99 | - |
YUV | 246 | 132.51 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 247 | 254 | 0.05 | 0.03 | 0 | 0.00 | 212.31 | 0.87 | 0.97 |
Hex | F1 | F7 | FE | 5 | 3 | 0 | 0 | D4 | 57 | 61 |
Octal | 361 | 367 | 376 | 5 | 3 | 0 | 0 | 324 | 127 | 141 |
Binary | 11110001 | 11110111 | 11111110 | 101 | 11 | 0 | 0 | 11010100 | 1010111 | 1100001 |
Color Harmonies of #F1F7FE
Complementary color
Monochromatic Colors of #F1F7FE
Black with #F1F7FE
Text Example
Text Example
White with #F1F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F7FE; }
p { color: rgb(241,247,254); }
H1.HeaderClassName
{
color: #F1F7FE;
}
.AnyTagClassName
{
color: #F1F7FE;
}
</style>
background-color css
<style>
a { background-color: #F1F7FE; }
a { background-color: rgb(241,247,254); }
div.DivClassName
{
background-color: #F1F7FE;
}
.BgClassName
{
background-color: #F1F7FE;
}
</style>
border-color css
<style>
span { border-color: #F1F7FE; }
span { border-color: rgb(241,247,254); }
td.TdClassName
{
border-color: #F1F7FE;
}
.TagClassName
{
border-color: #F1F7FE;
}
</style>