#F1FCFA

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

Shades of Azure #F1FCFA

Tints of Azure #F1FCFA

Color information

#F1FCFA (or 0xF1FCFA) is unknown color: approx Azure. HEX triplet: F1, FC and FA. RGB value is (241,252,250). Sum of RGB (Red+Green+Blue) = 241+252+250=743 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.44% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FCFA is #0E0305. Grayscale: #F8F8F8. Windows color (decimal): -918278 or 16448753. OLE color: 16448753.

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

Color convert

RGB241252250-
CMYK0.0400.010.01
HSL169.09º64.71%96.67%-
HSV(B)169.09º4.37%98.82%-
XYZ88.3495.22104.17-
YUV248.48128.86122.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.44%
GREEN value IS 252 (98.83% from 255) = 33.92%
BLUE value IS 250 (98.05% from 255) = 33.65%
R=32.44%
G=33.92%
B=33.65%

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
Decimal2412522500.0400.010.01169.0964.7196.67
HexF1FCFA4011a94161
Octal3613743724011251101141
Binary1111000111111100111110101000111010100110000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCFA; }

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

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

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

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

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

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

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

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