#F7FAFC

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

Shades of Alice Blue #F7FAFC

Tints of Alice Blue #F7FAFC

Color information

#F7FAFC (or 0xF7FAFC) is unknown color: approx Alice Blue. HEX triplet: F7, FA and FC. RGB value is (247,250,252). Sum of RGB (Red+Green+Blue) = 247+250+252=749 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.98% from 749); Green value is 250 (98.05% from 255 or 33.38% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7FAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FAFC is #080503. Grayscale: #F9F9F9. Windows color (decimal): -525572 or 16579319. OLE color: 16579319.

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

Color convert

RGB247250252-
CMYK0.020.0100.01
HSL204º45.45%97.84%-
HSV(B)204º1.98%98.82%-
XYZ90.1195.17105.72-
YUV249.33129.51126.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.98%
GREEN value IS 250 (98.05% from 255) = 33.38%
BLUE value IS 252 (98.83% from 255) = 33.64%
R=32.98%
G=33.38%
B=33.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472502520.020.0100.0120445.4597.84
HexF7FAFC2101cc2d62
Octal367372374210131455142
Binary11110111111110101111110010101110011001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FAFC; }

 p { color: rgb(247,250,252); }

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

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

 a { background-color: rgb(247,250,252); }

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

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

 span { border-color: rgb(247,250,252); }

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