#F6FAFB

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

Shades of Azure #F6FAFB

Tints of Azure #F6FAFB

Color information

#F6FAFB (or 0xF6FAFB) is unknown color: approx Azure. HEX triplet: F6, FA and FB. RGB value is (246,250,251). Sum of RGB (Red+Green+Blue) = 246+250+251=747 (98% of max value = 765). Red value is 246 (96.48% from 255 or 32.93% from 747); Green value is 250 (98.05% from 255 or 33.47% from 747); Blue value is 251 (98.44% from 255 or 33.60% from 747); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6FAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FAFB is #090504. Grayscale: #F8F8F8. Windows color (decimal): -591109 or 16513782. OLE color: 16513782.

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

Color convert

RGB246250251-
CMYK0.020.0000.02
HSL192º38.46%97.45%-
HSV(B)192º1.99%98.43%-
XYZ89.694.93104.87-
YUV248.92129.17125.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.93%
GREEN value IS 250 (98.05% from 255) = 33.47%
BLUE value IS 251 (98.44% from 255) = 33.60%
R=32.93%
G=33.47%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462502510.020.0000.0219238.4697.45
HexF6FAFB2002c02661
Octal366372373200230046141
Binary111101101111101011111011100010110000001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FAFB; }

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

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

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

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

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

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

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

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