#F0FCFE

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

Shades of Azure #F0FCFE

Tints of Azure #F0FCFE

Color information

#F0FCFE (or 0xF0FCFE) is unknown color: approx Azure. HEX triplet: F0, FC and FE. RGB value is (240,252,254). Sum of RGB (Red+Green+Blue) = 240+252+254=746 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.17% from 746); Green value is 252 (98.83% from 255 or 33.78% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FCFE is #0F0301. Grayscale: #F8F8F8. Windows color (decimal): -983810 or 16710896. OLE color: 16710896.

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

Color convert

RGB240252254-
CMYK0.060.0100.00
HSL188.57º87.5%96.86%-
HSV(B)188.57º5.51%99.61%-
XYZ88.6395.3107.49-
YUV248.64131.02121.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.17%
GREEN value IS 252 (98.83% from 255) = 33.78%
BLUE value IS 254 (99.61% from 255) = 34.05%
R=32.17%
G=33.78%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402522540.060.0100.00188.5787.596.86
HexF0FCFE6100bd5861
Octal3603743766100275130141
Binary1111000011111100111111101101001011110110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCFE; }

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

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

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

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

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

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

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

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