#F3FCFE

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

Shades of Azure #F3FCFE

Tints of Azure #F3FCFE

Color information

#F3FCFE (or 0xF3FCFE) is unknown color: approx Azure. HEX triplet: F3, FC and FE. RGB value is (243,252,254). Sum of RGB (Red+Green+Blue) = 243+252+254=749 (99% of max value = 765). Red value is 243 (95.31% from 255 or 32.44% from 749); Green value is 252 (98.83% from 255 or 33.64% 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 #F3FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FCFE is #0C0301. Grayscale: #F9F9F9. Windows color (decimal): -787202 or 16710899. OLE color: 16710899.

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

Color convert

RGB243252254-
CMYK0.040.0100.00
HSL190.91º84.62%97.45%-
HSV(B)190.91º4.33%99.61%-
XYZ89.6695.83107.54-
YUV249.54130.52123.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.44%
GREEN value IS 252 (98.83% from 255) = 33.64%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=32.44%
G=33.64%
B=33.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432522540.040.0100.00190.9184.6297.45
HexF3FCFE4100bf5561
Octal3633743764100277125141
Binary1111001111111100111111101001001011111110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FCFE; }

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

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

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

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

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

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

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

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