#F1F6FA

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

Shades of Alice Blue #F1F6FA

Tints of Alice Blue #F1F6FA

Color information

#F1F6FA (or 0xF1F6FA) is unknown color: approx Alice Blue. HEX triplet: F1, F6 and FA. RGB value is (241,246,250). Sum of RGB (Red+Green+Blue) = 241+246+250=737 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.70% from 737); Green value is 246 (96.48% from 255 or 33.38% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1F6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F6FA is #0E0905. Grayscale: #F4F4F4. Windows color (decimal): -919814 or 16447217. OLE color: 16447217.

HSL color Cylindrical-coordinate representation of color #F1F6FA: hue angle of 206.67º degrees, saturation: 0.47, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1F6FA is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241246250-
CMYK0.040.0200.02
HSL206.67º47.37%96.27%-
HSV(B)206.67º3.6%98.04%-
XYZ86.4991.51103.55-
YUV244.96130.84125.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.70%
GREEN value IS 246 (96.48% from 255) = 33.38%
BLUE value IS 250 (98.05% from 255) = 33.92%
R=32.70%
G=33.38%
B=33.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412462500.040.0200.02206.6747.3796.27
HexF1F6FA4202cf2f60
Octal361366372420231757140
Binary11110001111101101111101010010010110011111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F6FA; }

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

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

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

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

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

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

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

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