#F2FAFE

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

Shades of Alice Blue #F2FAFE

Tints of Alice Blue #F2FAFE

Color information

#F2FAFE (or 0xF2FAFE) is unknown color: approx Alice Blue. HEX triplet: F2, FA and FE. RGB value is (242,250,254). Sum of RGB (Red+Green+Blue) = 242+250+254=746 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.44% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAFE is #0D0501. Grayscale: #F8F8F8. Windows color (decimal): -853250 or 16710386. OLE color: 16710386.

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

Color convert

RGB242250254-
CMYK0.050.0200.00
HSL200º85.71%97.25%-
HSV(B)200º4.72%99.61%-
XYZ88.6994.4107.31-
YUV248.06131.35123.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.44%
GREEN value IS 250 (98.05% from 255) = 33.51%
BLUE value IS 254 (99.61% from 255) = 34.05%
R=32.44%
G=33.51%
B=34.05%

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
Decimal2422502540.050.0200.0020085.7197.25
HexF2FAFE5200c85661
Octal3623723765200310126141
Binary11110010111110101111111010110001100100010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAFE; }

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

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

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

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

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

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

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

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