#F2FCFC

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

Shades of Azure #F2FCFC

Tints of Azure #F2FCFC

Color information

#F2FCFC (or 0xF2FCFC) is unknown color: approx Azure. HEX triplet: F2, FC and FC. RGB value is (242,252,252). Sum of RGB (Red+Green+Blue) = 242+252+252=746 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.44% from 746); Green value is 252 (98.83% from 255 or 33.78% from 746); Blue value is 252 (98.83% from 255 or 33.78% from 746); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F2FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCFC is #0D0303. Grayscale: #F8F8F8. Windows color (decimal): -852740 or 16579826. OLE color: 16579826.

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

Color convert

RGB242252252-
CMYK0.04000.01
HSL180º62.5%96.86%-
HSV(B)180º3.97%98.82%-
XYZ8995.53105.84-
YUV249.01129.69123-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.44%
GREEN value IS 252 (98.83% from 255) = 33.78%
BLUE value IS 252 (98.83% from 255) = 33.78%
R=32.44%
G=33.78%
B=33.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522520.04000.0118062.596.86
HexF2FCFC4001b43e61
Octal362374374400126476141
Binary111100101111110011111100100001101101001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCFC; }

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

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

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

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

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

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

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

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