#F1FBFF

Color #F1FBFF Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #F1FBFF

Tints of Alice Blue #F1FBFF

Color information

#F1FBFF (or 0xF1FBFF) is unknown color: approx Alice Blue. HEX triplet: F1, FB and FF. RGB value is (241,251,255). Sum of RGB (Red+Green+Blue) = 241+251+255=747 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.26% from 747); Green value is 251 (98.44% from 255 or 33.60% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1FBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FBFF is #0E0400. Grayscale: #F8F8F8. Windows color (decimal): -918529 or 16776177. OLE color: 16776177.

HSL color Cylindrical-coordinate representation of color #F1FBFF: hue angle of 197.14º 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 #F1FBFF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB241251255-
CMYK0.050.0200
HSL197.14º100%97.25%-
HSV(B)197.14º5.49%100%-
XYZ88.8294.92108.25-
YUV248.47131.69122.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 32.26%
GREEN value IS 251 (98.44% from 255) = 33.60%
BLUE value IS 255 (100% from 255) = 34.14%
R=32.26%
G=33.60%
B=34.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412512550.050.0200197.1410097.25
HexF1FBFF5200c56461
Octal3613733775200305144141
Binary11110001111110111111111110110001100010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBFF; }

 p { color: rgb(241,251,255); }

 H1.HeaderClassName
 {
   color: #F1FBFF;
 }
 .AnyTagClassName
 {
   color: #F1FBFF;
 }
</style>
background-color css

<style>
 a { background-color: #F1FBFF; }

 a { background-color: rgb(241,251,255); }

 div.DivClassName
 {
   background-color: #F1FBFF;
 }
 .BgClassName
 {
   background-color: #F1FBFF;
 }
</style>
border-color css

<style>
 span { border-color: #F1FBFF; }

 span { border-color: rgb(241,251,255); }

 td.TdClassName
 {
   border-color: #F1FBFF;
 }
 .TagClassName
 {
   border-color: #F1FBFF;
 }
</style>