#F2FCFA

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

Shades of Azure #F2FCFA

Tints of Azure #F2FCFA

Color information

#F2FCFA (or 0xF2FCFA) is unknown color: approx Azure. HEX triplet: F2, FC and FA. RGB value is (242,252,250). Sum of RGB (Red+Green+Blue) = 242+252+250=744 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.53% from 744); Green value is 252 (98.83% from 255 or 33.87% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCFA is #0D0305. Grayscale: #F8F8F8. Windows color (decimal): -852742 or 16448754. OLE color: 16448754.

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

Color convert

RGB242252250-
CMYK0.0400.010.01
HSL168º62.5%96.86%-
HSV(B)168º3.97%98.82%-
XYZ88.6895.4104.18-
YUV248.78128.69123.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.53%
GREEN value IS 252 (98.83% from 255) = 33.87%
BLUE value IS 250 (98.05% from 255) = 33.60%
R=32.53%
G=33.87%
B=33.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522500.0400.010.0116862.596.86
HexF2FCFA4011a83e61
Octal362374372401125076141
Binary111100101111110011111010100011101010001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCFA; }

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

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

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

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

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

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

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

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