#F0F4F4

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

Shades of Azure #F0F4F4

Tints of Azure #F0F4F4

Color information

#F0F4F4 (or 0xF0F4F4) is unknown color: approx Azure. HEX triplet: F0, F4 and F4. RGB value is (240,244,244). Sum of RGB (Red+Green+Blue) = 240+244+244=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 244 (95.70% from 255 or 33.52% from 728); Blue value is 244 (95.70% from 255 or 33.52% from 728); Max value from RGB is 244 - color contains mainly: green, blue. Hex color #F0F4F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F4F4 is #0F0B0B. Grayscale: #F2F2F2. Windows color (decimal): -985868 or 16053488. OLE color: 16053488.

HSL color Cylindrical-coordinate representation of color #F0F4F4: hue angle of 180º degrees, saturation: 0.15, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0F4F4 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240244244-
CMYK0.02000.04
HSL180º15.38%94.9%-
HSV(B)180º1.64%95.69%-
XYZ84.6189.7698.45-
YUV242.8128.67126-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.97%
GREEN value IS 244 (95.70% from 255) = 33.52%
BLUE value IS 244 (95.70% from 255) = 33.52%
R=32.97%
G=33.52%
B=33.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402442440.02000.0418015.3894.9
HexF0F4F42004b4f5f
Octal360364364200426417137
Binary11110000111101001111010010001001011010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F4F4; }

 p { color: rgb(240,244,244); }

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

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

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

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

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

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

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