#F4FAFA

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

Shades of Azure #F4FAFA

Tints of Azure #F4FAFA

Color information

#F4FAFA (or 0xF4FAFA) is unknown color: approx Azure. HEX triplet: F4, FA and FA. RGB value is (244,250,250). Sum of RGB (Red+Green+Blue) = 244+250+250=744 (98% of max value = 765). Red value is 244 (95.70% from 255 or 32.80% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F4FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FAFA is #0B0505. Grayscale: #F8F8F8. Windows color (decimal): -722182 or 16448244. OLE color: 16448244.

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

Color convert

RGB244250250-
CMYK0.02000.02
HSL180º37.5%96.86%-
HSV(B)180º2.4%98.04%-
XYZ88.7594.51104.01-
YUV248.21129.01125-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 32.80%
GREEN value IS 250 (98.05% from 255) = 33.60%
BLUE value IS 250 (98.05% from 255) = 33.60%
R=32.80%
G=33.60%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442502500.02000.0218037.596.86
HexF4FAFA2002b42661
Octal364372372200226446141
Binary111101001111101011111010100010101101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAFA; }

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

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

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

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

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

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

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

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