#F7FAFF

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

Shades of Alice Blue #F7FAFF

Tints of Alice Blue #F7FAFF

Color information

#F7FAFF (or 0xF7FAFF) is unknown color: approx Alice Blue. HEX triplet: F7, FA and FF. RGB value is (247,250,255). Sum of RGB (Red+Green+Blue) = 247+250+255=752 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.85% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 255 (100% from 255 or 33.91% from 752); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FAFF is #080500. Grayscale: #F9F9F9. Windows color (decimal): -525569 or 16775927. OLE color: 16775927.

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

Color convert

RGB247250255-
CMYK0.030.0200
HSL217.5º100%98.43%-
HSV(B)217.5º3.14%100%-
XYZ90.5995.37108.24-
YUV249.67131.01126.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.85%
GREEN value IS 250 (98.05% from 255) = 33.24%
BLUE value IS 255 (100% from 255) = 33.91%
R=32.85%
G=33.24%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472502550.030.0200217.510098.43
HexF7FAFF3200da6462
Octal3673723773200332144142
Binary1111011111111010111111111110001101101011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FAFF; }

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

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

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

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

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

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

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

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