#F2FAFA

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

Shades of Azure #F2FAFA

Tints of Azure #F2FAFA

Color information

#F2FAFA (or 0xF2FAFA) is unknown color: approx Azure. HEX triplet: F2, FA and FA. RGB value is (242,250,250). Sum of RGB (Red+Green+Blue) = 242+250+250=742 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.61% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F2FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAFA is #0D0505. Grayscale: #F7F7F7. Windows color (decimal): -853254 or 16448242. OLE color: 16448242.

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

Color convert

RGB242250250-
CMYK0.03000.02
HSL180º44.44%96.47%-
HSV(B)180º3.2%98.04%-
XYZ88.0694.15103.97-
YUV247.61129.35124-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.61%
GREEN value IS 250 (98.05% from 255) = 33.69%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=32.61%
G=33.69%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502500.03000.0218044.4496.47
HexF2FAFA3002b42c60
Octal362372372300226454140
Binary111100101111101011111010110010101101001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAFA; }

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

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

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

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

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

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

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

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