#F0FAFD

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

Shades of Alice Blue #F0FAFD

Tints of Alice Blue #F0FAFD

Color information

#F0FAFD (or 0xF0FAFD) is unknown color: approx Alice Blue. HEX triplet: F0, FA and FD. RGB value is (240,250,253). Sum of RGB (Red+Green+Blue) = 240+250+253=743 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.30% from 743); Green value is 250 (98.05% from 255 or 33.65% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0FAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAFD is #0F0502. Grayscale: #F7F7F7. Windows color (decimal): -984323 or 16644848. OLE color: 16644848.

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

Color convert

RGB240250253-
CMYK0.050.0100.01
HSL193.85º76.47%96.67%-
HSV(B)193.85º5.14%99.22%-
XYZ87.8593.99106.44-
YUV247.35131.19122.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.30%
GREEN value IS 250 (98.05% from 255) = 33.65%
BLUE value IS 253 (99.22% from 255) = 34.05%
R=32.30%
G=33.65%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402502530.050.0100.01193.8576.4796.67
HexF0FAFD5101c24c61
Octal3603723755101302114141
Binary1111000011111010111111011011011100001010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FAFD; }

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

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

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

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

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

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

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

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