#F2FDFE

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

Shades of Azure #F2FDFE

Tints of Azure #F2FDFE

Color information

#F2FDFE (or 0xF2FDFE) is unknown color: approx Azure. HEX triplet: F2, FD and FE. RGB value is (242,253,254). Sum of RGB (Red+Green+Blue) = 242+253+254=749 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.31% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FDFE is #0D0201. Grayscale: #F9F9F9. Windows color (decimal): -852482 or 16711154. OLE color: 16711154.

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

Color convert

RGB242253254-
CMYK0.050.0000.00
HSL185º85.71%97.25%-
HSV(B)185º4.72%99.61%-
XYZ89.6396.28107.63-
YUV249.82130.36122.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.31%
GREEN value IS 253 (99.22% from 255) = 33.78%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=32.31%
G=33.78%
B=33.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422532540.050.0000.0018585.7197.25
HexF2FDFE5000b95661
Octal3623753765000271126141
Binary1111001011111101111111101010001011100110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FDFE; }

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

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

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

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

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

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

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

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