#F6FAFF

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

Shades of Alice Blue #F6FAFF

Tints of Alice Blue #F6FAFF

Color information

#F6FAFF (or 0xF6FAFF) is unknown color: approx Alice Blue. HEX triplet: F6, FA and FF. RGB value is (246,250,255). Sum of RGB (Red+Green+Blue) = 246+250+255=751 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.76% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FAFF is #090500. Grayscale: #F9F9F9. Windows color (decimal): -591105 or 16775926. OLE color: 16775926.

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

Color convert

RGB246250255-
CMYK0.040.0200
HSL213.33º100%98.24%-
HSV(B)213.33º3.53%100%-
XYZ90.2495.18108.22-
YUV249.37131.17125.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.76%
GREEN value IS 250 (98.05% from 255) = 33.29%
BLUE value IS 255 (100% from 255) = 33.95%
R=32.76%
G=33.29%
B=33.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462502550.040.0200213.3310098.24
HexF6FAFF4200d56462
Octal3663723774200325144142
Binary11110110111110101111111110010001101010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FAFF; }

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

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

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

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

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

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

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

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