#F2F6FF

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

Shades of Alice Blue #F2F6FF

Tints of Alice Blue #F2F6FF

Color information

#F2F6FF (or 0xF2F6FF) is unknown color: approx Alice Blue. HEX triplet: F2, F6 and FF. RGB value is (242,246,255). Sum of RGB (Red+Green+Blue) = 242+246+255=743 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.57% from 743); Green value is 246 (96.48% from 255 or 33.11% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2F6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F6FF is #0D0900. Grayscale: #F5F5F5. Windows color (decimal): -854273 or 16774898. OLE color: 16774898.

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

Color convert

RGB242246255-
CMYK0.050.0400
HSL221.54º100%97.45%-
HSV(B)221.54º5.1%100%-
XYZ87.6292.01107.75-
YUV245.83133.17125.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.57%
GREEN value IS 246 (96.48% from 255) = 33.11%
BLUE value IS 255 (100% from 255) = 34.32%
R=32.57%
G=33.11%
B=34.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422462550.050.0400221.5410097.45
HexF2F6FF5400de6461
Octal3623663775400336144141
Binary111100101111011011111111101100001101111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F6FF; }

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

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

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

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

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

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

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

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