#F1FAFF

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

Shades of Alice Blue #F1FAFF

Tints of Alice Blue #F1FAFF

Color information

#F1FAFF (or 0xF1FAFF) is unknown color: approx 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

RGB241250255-
CMYK0.050.0200
HSL201.43º100%97.25%-
HSV(B)201.43º5.49%100%-
XYZ88.5194.29108.14-
YUV247.88132.02123.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.31%
GREEN value IS 250 (98.05% from 255) = 33.51%
BLUE value IS 255 (100% from 255) = 34.18%
R=32.31%
G=33.51%
B=34.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412502550.050.0200201.4310097.25
HexF1FAFF5200c96461
Octal3613723775200311144141
Binary11110001111110101111111110110001100100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>