#F3FAFA

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

Shades of Azure #F3FAFA

Tints of Azure #F3FAFA

Color information

#F3FAFA (or 0xF3FAFA) is unknown color: approx Azure. HEX triplet: F3, FA and FA. RGB value is (243,250,250). Sum of RGB (Red+Green+Blue) = 243+250+250=743 (98% of max value = 765). Red value is 243 (95.31% from 255 or 32.71% from 743); Green value is 250 (98.05% from 255 or 33.65% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F3FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FAFA is #0C0505. Grayscale: #F7F7F7. Windows color (decimal): -787718 or 16448243. OLE color: 16448243.

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

Color convert

RGB243250250-
CMYK0.03000.02
HSL180º41.18%96.67%-
HSV(B)180º2.8%98.04%-
XYZ88.494.33103.99-
YUV247.91129.18124.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.71%
GREEN value IS 250 (98.05% from 255) = 33.65%
BLUE value IS 250 (98.05% from 255) = 33.65%
R=32.71%
G=33.65%
B=33.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432502500.03000.0218041.1896.67
HexF3FAFA3002b42961
Octal363372372300226451141
Binary111100111111101011111010110010101101001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FAFA; }

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

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

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

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

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

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

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

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