#F1FCFC

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

Shades of Azure #F1FCFC

Tints of Azure #F1FCFC

Color information

#F1FCFC (or 0xF1FCFC) is unknown color: approx Azure. HEX triplet: F1, FC and FC. RGB value is (241,252,252). Sum of RGB (Red+Green+Blue) = 241+252+252=745 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.35% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 252 (98.83% from 255 or 33.83% from 745); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #F1FCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FCFC is #0E0303. Grayscale: #F8F8F8. Windows color (decimal): -918276 or 16579825. OLE color: 16579825.

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

Color convert

RGB241252252-
CMYK0.04000.01
HSL180º64.71%96.67%-
HSV(B)180º4.37%98.82%-
XYZ88.6695.35105.83-
YUV248.71129.86122.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.35%
GREEN value IS 252 (98.83% from 255) = 33.83%
BLUE value IS 252 (98.83% from 255) = 33.83%
R=32.35%
G=33.83%
B=33.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412522520.04000.0118064.7196.67
HexF1FCFC4001b44161
Octal3613743744001264101141
Binary1111000111111100111111001000011011010010000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCFC; }

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

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

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

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

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

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

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

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