#F5F9FC

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

Shades of Alice Blue #F5F9FC

Tints of Alice Blue #F5F9FC

Color information

#F5F9FC (or 0xF5F9FC) is unknown color: approx Alice Blue. HEX triplet: F5, F9 and FC. RGB value is (245,249,252). Sum of RGB (Red+Green+Blue) = 245+249+252=746 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.84% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 252 (98.83% from 255 or 33.78% from 746); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5F9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F9FC is #0A0603. Grayscale: #F8F8F8. Windows color (decimal): -656900 or 16579061. OLE color: 16579061.

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

Color convert

RGB245249252-
CMYK0.030.0100.01
HSL205.71º53.85%97.45%-
HSV(B)205.71º2.78%98.82%-
XYZ89.194.19105.58-
YUV248.15130.17125.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 32.84%
GREEN value IS 249 (97.66% from 255) = 33.38%
BLUE value IS 252 (98.83% from 255) = 33.78%
R=32.84%
G=33.38%
B=33.78%

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
Decimal2452492520.030.0100.01205.7153.8597.45
HexF5F9FC3101ce3661
Octal365371374310131666141
Binary11110101111110011111110011101110011101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F9FC; }

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

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

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

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

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

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

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

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