#F1FAFD

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

Shades of Alice Blue #F1FAFD

Tints of Alice Blue #F1FAFD

Color information

#F1FAFD (or 0xF1FAFD) is unknown color: approx Alice Blue. HEX triplet: F1, FA and FD. RGB value is (241,250,253). Sum of RGB (Red+Green+Blue) = 241+250+253=744 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.39% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAFD is #0E0502. Grayscale: #F7F7F7. Windows color (decimal): -918787 or 16644849. OLE color: 16644849.

HSL color Cylindrical-coordinate representation of color #F1FAFD: hue angle of 195º degrees, saturation: 0.75, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1FAFD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241250253-
CMYK0.050.0100.01
HSL195º75%96.86%-
HSV(B)195º4.74%99.22%-
XYZ88.1994.16106.46-
YUV247.65131.02123.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.39%
GREEN value IS 250 (98.05% from 255) = 33.60%
BLUE value IS 253 (99.22% from 255) = 34.01%
R=32.39%
G=33.60%
B=34.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412502530.050.0100.011957596.86
HexF1FAFD5101c34b61
Octal3613723755101303113141
Binary1111000111111010111111011011011100001110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAFD; }

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

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

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

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

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

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

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

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