#F2F8FC

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

Shades of Alice Blue #F2F8FC

Tints of Alice Blue #F2F8FC

Color information

#F2F8FC (or 0xF2F8FC) is unknown color: approx Alice Blue. HEX triplet: F2, F8 and FC. RGB value is (242,248,252). Sum of RGB (Red+Green+Blue) = 242+248+252=742 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.61% from 742); Green value is 248 (97.27% from 255 or 33.42% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2F8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F8FC is #0D0703. Grayscale: #F6F6F6. Windows color (decimal): -853764 or 16578802. OLE color: 16578802.

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

Color convert

RGB242248252-
CMYK0.040.0200.01
HSL204º62.5%96.86%-
HSV(B)204º3.97%98.82%-
XYZ87.7693.04105.43-
YUV246.66131.01124.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.61%
GREEN value IS 248 (97.27% from 255) = 33.42%
BLUE value IS 252 (98.83% from 255) = 33.96%
R=32.61%
G=33.42%
B=33.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422482520.040.0200.0120462.596.86
HexF2F8FC4201cc3e61
Octal362370374420131476141
Binary1111001011111000111111001001001110011001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F8FC; }

 p { color: rgb(242,248,252); }

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

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

 a { background-color: rgb(242,248,252); }

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

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

 span { border-color: rgb(242,248,252); }

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