#F2FCFE

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

Shades of Azure #F2FCFE

Tints of Azure #F2FCFE

Color information

#F2FCFE (or 0xF2FCFE) is unknown color: approx Azure. HEX triplet: F2, FC and FE. RGB value is (242,252,254). Sum of RGB (Red+Green+Blue) = 242+252+254=748 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.35% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCFE is #0D0301. Grayscale: #F9F9F9. Windows color (decimal): -852738 or 16710898. OLE color: 16710898.

HSL color Cylindrical-coordinate representation of color #F2FCFE: hue angle of 190º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FCFE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB242252254-
CMYK0.050.0100.00
HSL190º85.71%97.25%-
HSV(B)190º4.72%99.61%-
XYZ89.3295.65107.52-
YUV249.24130.69122.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.35%
GREEN value IS 252 (98.83% from 255) = 33.69%
BLUE value IS 254 (99.61% from 255) = 33.96%
R=32.35%
G=33.69%
B=33.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422522540.050.0100.0019085.7197.25
HexF2FCFE5100be5661
Octal3623743765100276126141
Binary1111001011111100111111101011001011111010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCFE; }

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

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

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

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

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

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

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

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