#F5FAFD

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

Shades of Alice Blue #F5FAFD

Tints of Alice Blue #F5FAFD

Color information

#F5FAFD (or 0xF5FAFD) is unknown color: approx Alice Blue. HEX triplet: F5, FA and FD. RGB value is (245,250,253). Sum of RGB (Red+Green+Blue) = 245+250+253=748 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.75% from 748); Green value is 250 (98.05% from 255 or 33.42% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAFD is #0A0502. Grayscale: #F8F8F8. Windows color (decimal): -656643 or 16644853. OLE color: 16644853.

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

Color convert

RGB245250253-
CMYK0.030.0100.01
HSL202.5º66.67%97.65%-
HSV(B)202.5º3.16%99.22%-
XYZ89.5794.88106.52-
YUV248.85130.34125.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.75%
GREEN value IS 250 (98.05% from 255) = 33.42%
BLUE value IS 253 (99.22% from 255) = 33.82%
R=32.75%
G=33.42%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452502530.030.0100.01202.566.6797.65
HexF5FAFD3101ca4362
Octal3653723753101312103142
Binary111101011111101011111101111011100101010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAFD; }

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

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

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

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

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

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

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

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