#F0FAFF

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

Shades of Alice Blue #F0FAFF

Tints of Alice Blue #F0FAFF

Color information

#F0FAFF (or 0xF0FAFF) is unknown color: approx Alice Blue. HEX triplet: F0, FA and FF. RGB value is (240,250,255). Sum of RGB (Red+Green+Blue) = 240+250+255=745 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.21% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAFF is #0F0500. Grayscale: #F7F7F7. Windows color (decimal): -984321 or 16775920. OLE color: 16775920.

HSL color Cylindrical-coordinate representation of color #F0FAFF: hue angle of 200º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FAFF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240250255-
CMYK0.060.0200
HSL200º100%97.06%-
HSV(B)200º5.88%100%-
XYZ88.1794.12108.13-
YUV247.58132.19122.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.21%
GREEN value IS 250 (98.05% from 255) = 33.56%
BLUE value IS 255 (100% from 255) = 34.23%
R=32.21%
G=33.56%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402502550.060.020020010097.06
HexF0FAFF6200c86461
Octal3603723776200310144141
Binary11110000111110101111111111010001100100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FAFF; }

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

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

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

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

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

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

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

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