Shades of Alice Blue #F1FAFF
Tints of Alice Blue #F1FAFF
RGB
CMYK
RGB Variations
Color information
#F1FAFF (or 0xF1FAFF) is known color: Alice Blue. HEX triplet: F1, FA and FF. RGB value is (241,250,255). Sum of RGB (Red+Green+Blue) = 241+250+255=746 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.31% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAFF is #0E0500. Grayscale: #F7F7F7. Windows color (decimal): -918785 or 16775921. OLE color: 16775921.
HSL color Cylindrical-coordinate representation of color #F1FAFF: hue angle of 201.43º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1FAFF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 241 | 250 | 255 | - |
CMYK | 0.05 | 0.02 | 0 | 0 |
HSL | 201.43º | 1% | 0.97% | - |
HSV(B) | 201.43º | 0.05% | 1% | - |
XYZ | 88.51 | 94.29 | 108.14 | - |
YUV | 247.88 | 132.02 | 123.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 250 | 255 | 0.05 | 0.02 | 0 | 0 | 201.43 | 1 | 0.97 |
Hex | F1 | FA | FF | 5 | 2 | 0 | 0 | C9 | 64 | 61 |
Octal | 361 | 372 | 377 | 5 | 2 | 0 | 0 | 311 | 144 | 141 |
Binary | 11110001 | 11111010 | 11111111 | 101 | 10 | 0 | 0 | 11001001 | 1100100 | 1100001 |
Color Harmonies of #F1FAFF
Complementary color
Monochromatic Colors of #F1FAFF
Black with #F1FAFF
Text Example
Text Example
White with #F1FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FAFF; }
p { color: rgb(241,250,255); }
H1.HeaderClassName
{
color: #F1FAFF;
}
.AnyTagClassName
{
color: #F1FAFF;
}
</style>
background-color css
<style>
a { background-color: #F1FAFF; }
a { background-color: rgb(241,250,255); }
div.DivClassName
{
background-color: #F1FAFF;
}
.BgClassName
{
background-color: #F1FAFF;
}
</style>
border-color css
<style>
span { border-color: #F1FAFF; }
span { border-color: rgb(241,250,255); }
td.TdClassName
{
border-color: #F1FAFF;
}
.TagClassName
{
border-color: #F1FAFF;
}
</style>