#F3FDFE

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

Shades of Azure #F3FDFE

Tints of Azure #F3FDFE

Color information

#F3FDFE (or 0xF3FDFE) is unknown color: approx Azure. HEX triplet: F3, FD and FE. RGB value is (243,253,254). Sum of RGB (Red+Green+Blue) = 243+253+254=750 (99% of max value = 765). Red value is 243 (95.31% from 255 or 32.4% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FDFE is #0C0201. Grayscale: #FAFAFA. Windows color (decimal): -786946 or 16711155. OLE color: 16711155.

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

Color convert

RGB243253254-
CMYK0.040.0000.00
HSL185.45º84.62%97.45%-
HSV(B)185.45º4.33%99.61%-
XYZ89.9896.46107.64-
YUV250.12130.19122.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.4%
GREEN value IS 253 (99.22% from 255) = 33.73%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=32.4%
G=33.73%
B=33.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432532540.040.0000.00185.4584.6297.45
HexF3FDFE4000b95561
Octal3633753764000271125141
Binary1111001111111101111111101000001011100110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FDFE; }

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

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

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

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

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

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

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

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