#F7FAFE

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

Shades of Alice Blue #F7FAFE

Tints of Alice Blue #F7FAFE

Color information

#F7FAFE (or 0xF7FAFE) is unknown color: approx Alice Blue. HEX triplet: F7, FA and FE. RGB value is (247,250,254). Sum of RGB (Red+Green+Blue) = 247+250+254=751 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.89% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FAFE is #080501. Grayscale: #F9F9F9. Windows color (decimal): -525570 or 16710391. OLE color: 16710391.

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

Color convert

RGB247250254-
CMYK0.030.0200.00
HSL214.29º77.78%98.24%-
HSV(B)214.29º2.76%99.61%-
XYZ90.4395.3107.39-
YUV249.56130.51126.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.89%
GREEN value IS 250 (98.05% from 255) = 33.29%
BLUE value IS 254 (99.61% from 255) = 33.82%
R=32.89%
G=33.29%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472502540.030.0200.00214.2977.7898.24
HexF7FAFE3200d64e62
Octal3673723763200326116142
Binary1111011111111010111111101110001101011010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FAFE; }

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

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

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

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

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

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

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

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