#F1FAFE

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

Shades of Alice Blue #F1FAFE

Tints of Alice Blue #F1FAFE

Color information

#F1FAFE (or 0xF1FAFE) is unknown color: approx Alice Blue. HEX triplet: F1, FA and FE. RGB value is (241,250,254). Sum of RGB (Red+Green+Blue) = 241+250+254=745 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.35% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAFE is #0E0501. Grayscale: #F7F7F7. Windows color (decimal): -918786 or 16710385. OLE color: 16710385.

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

Color convert

RGB241250254-
CMYK0.050.0200.00
HSL198.46º86.67%97.06%-
HSV(B)198.46º5.12%99.61%-
XYZ88.3594.23107.3-
YUV247.76131.52123.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.35%
GREEN value IS 250 (98.05% from 255) = 33.56%
BLUE value IS 254 (99.61% from 255) = 34.09%
R=32.35%
G=33.56%
B=34.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412502540.050.0200.00198.4686.6797.06
HexF1FAFE5200c65761
Octal3613723765200306127141
Binary11110001111110101111111010110001100011010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAFE; }

 p { color: rgb(241,250,254); }

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

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

 a { background-color: rgb(241,250,254); }

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

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

 span { border-color: rgb(241,250,254); }

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