#F0FDFE

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

Shades of Azure #F0FDFE

Tints of Azure #F0FDFE

Color information

#F0FDFE (or 0xF0FDFE) is unknown color: approx Azure. HEX triplet: F0, FD and FE. RGB value is (240,253,254). Sum of RGB (Red+Green+Blue) = 240+253+254=747 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.13% from 747); Green value is 253 (99.22% from 255 or 33.87% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDFE is #0F0201. Grayscale: #F9F9F9. Windows color (decimal): -983554 or 16711152. OLE color: 16711152.

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

Color convert

RGB240253254-
CMYK0.060.0000.00
HSL184.29º87.5%96.86%-
HSV(B)184.29º5.51%99.61%-
XYZ88.9595.93107.59-
YUV249.23130.69121.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.13%
GREEN value IS 253 (99.22% from 255) = 33.87%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=32.13%
G=33.87%
B=34.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402532540.060.0000.00184.2987.596.86
HexF0FDFE6000b85861
Octal3603753766000270130141
Binary1111000011111101111111101100001011100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDFE; }

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

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

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

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

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

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

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

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