#F7FAFD

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

Shades of Alice Blue #F7FAFD

Tints of Alice Blue #F7FAFD

Color information

#F7FAFD (or 0xF7FAFD) is unknown color: approx Alice Blue. HEX triplet: F7, FA and FD. RGB value is (247,250,253). Sum of RGB (Red+Green+Blue) = 247+250+253=750 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.93% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FAFD is #080502. Grayscale: #F9F9F9. Windows color (decimal): -525571 or 16644855. OLE color: 16644855.

HSL color Cylindrical-coordinate representation of color #F7FAFD: hue angle of 210º degrees, saturation: 0.6, 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 #F7FAFD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247250253-
CMYK0.020.0100.01
HSL210º60%98.04%-
HSV(B)210º2.37%99.22%-
XYZ90.2795.24106.55-
YUV249.45130.01126.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 32.93%
GREEN value IS 250 (98.05% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 33.73%
R=32.93%
G=33.33%
B=33.73%

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
Decimal2472502530.020.0100.012106098.04
HexF7FAFD2101d23c62
Octal367372375210132274142
Binary11110111111110101111110110101110100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FAFD; }

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

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

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

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

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

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

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

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