#F6FAFA

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

Shades of Azure #F6FAFA

Tints of Azure #F6FAFA

Color information

#F6FAFA (or 0xF6FAFA) is unknown color: approx Azure. HEX triplet: F6, FA and FA. RGB value is (246,250,250). Sum of RGB (Red+Green+Blue) = 246+250+250=746 (98% of max value = 765). Red value is 246 (96.48% from 255 or 32.98% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #F6FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FAFA is #090505. Grayscale: #F8F8F8. Windows color (decimal): -591110 or 16448246. OLE color: 16448246.

HSL color Cylindrical-coordinate representation of color #F6FAFA: hue angle of 180º degrees, saturation: 0.29, 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 #F6FAFA is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246250250-
CMYK0.02000.02
HSL180º28.57%97.25%-
HSV(B)180º1.6%98.04%-
XYZ89.4594.87104.04-
YUV248.8128.67126-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.98%
GREEN value IS 250 (98.05% from 255) = 33.51%
BLUE value IS 250 (98.05% from 255) = 33.51%
R=32.98%
G=33.51%
B=33.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462502500.02000.0218028.5797.25
HexF6FAFA2002b41d61
Octal366372372200226435141
Binary11110110111110101111101010001010110100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FAFA; }

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

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

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

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

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

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

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

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