#F5F9FD

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

Shades of Alice Blue #F5F9FD

Tints of Alice Blue #F5F9FD

Color information

#F5F9FD (or 0xF5F9FD) is unknown color: approx Alice Blue. HEX triplet: F5, F9 and FD. RGB value is (245,249,253). Sum of RGB (Red+Green+Blue) = 245+249+253=747 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.80% from 747); Green value is 249 (97.66% from 255 or 33.33% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5F9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F9FD is #0A0602. Grayscale: #F8F8F8. Windows color (decimal): -656899 or 16644597. OLE color: 16644597.

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

Color convert

RGB245249253-
CMYK0.030.0200.01
HSL210º66.67%97.65%-
HSV(B)210º3.16%99.22%-
XYZ89.2694.26106.42-
YUV248.26130.67125.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.80%
GREEN value IS 249 (97.66% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 33.87%
R=32.80%
G=33.33%
B=33.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452492530.030.0200.0121066.6797.65
HexF5F9FD3201d24362
Octal3653713753201322103142
Binary1111010111111001111111011110011101001010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F9FD; }

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

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

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

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

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

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

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

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