#F3FCFA

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

Shades of Azure #F3FCFA

Tints of Azure #F3FCFA

Color information

#F3FCFA (or 0xF3FCFA) is unknown color: approx Azure. HEX triplet: F3, FC and FA. RGB value is (243,252,250). Sum of RGB (Red+Green+Blue) = 243+252+250=745 (98% of max value = 765). Red value is 243 (95.31% from 255 or 32.62% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3FCFA is #0C0305. Grayscale: #F9F9F9. Windows color (decimal): -787206 or 16448755. OLE color: 16448755.

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

Color convert

RGB243252250-
CMYK0.0400.010.01
HSL166.67º60%97.06%-
HSV(B)166.67º3.57%98.82%-
XYZ89.0395.58104.2-
YUV249.08128.52123.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 32.62%
GREEN value IS 252 (98.83% from 255) = 33.83%
BLUE value IS 250 (98.05% from 255) = 33.56%
R=32.62%
G=33.83%
B=33.56%

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
Decimal2432522500.0400.010.01166.676097.06
HexF3FCFA4011a73c61
Octal363374372401124774141
Binary111100111111110011111010100011101001111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FCFA; }

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

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

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

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

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

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

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

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