#F6FCFC

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

Shades of Azure #F6FCFC

Tints of Azure #F6FCFC

Color information

#F6FCFC (or 0xF6FCFC) is unknown color: approx Azure. HEX triplet: F6, FC and FC. RGB value is (246,252,252). Sum of RGB (Red+Green+Blue) = 246+252+252=750 (99% of max value = 765). Red value is 246 (96.48% from 255 or 32.8% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 252 (98.83% from 255 or 33.6% from 750); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F6FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FCFC is #090303. Grayscale: #FAFAFA. Windows color (decimal): -590596 or 16579830. OLE color: 16579830.

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

Color convert

RGB246252252-
CMYK0.02000.01
HSL180º50%97.65%-
HSV(B)180º2.38%98.82%-
XYZ90.3996.24105.91-
YUV250.21129.01125-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 32.8%
GREEN value IS 252 (98.83% from 255) = 33.6%
BLUE value IS 252 (98.83% from 255) = 33.6%
R=32.8%
G=33.6%
B=33.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462522520.02000.011805097.65
HexF6FCFC2001b43262
Octal366374374200126462142
Binary11110110111111001111110010001101101001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FCFC; }

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

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

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

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

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

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

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

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