#F1FCFE

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

Shades of Azure #F1FCFE

Tints of Azure #F1FCFE

Color information

#F1FCFE (or 0xF1FCFE) is unknown color: approx Azure. HEX triplet: F1, FC and FE. RGB value is (241,252,254). Sum of RGB (Red+Green+Blue) = 241+252+254=747 (98% of max value = 765). Red value is 241 (94.53% from 255 or 32.26% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FCFE is #0E0301. Grayscale: #F8F8F8. Windows color (decimal): -918274 or 16710897. OLE color: 16710897.

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

Color convert

RGB241252254-
CMYK0.050.0100.00
HSL189.23º86.67%97.06%-
HSV(B)189.23º5.12%99.61%-
XYZ88.9895.48107.51-
YUV248.94130.86122.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.26%
GREEN value IS 252 (98.83% from 255) = 33.73%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=32.26%
G=33.73%
B=34.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412522540.050.0100.00189.2386.6797.06
HexF1FCFE5100bd5761
Octal3613743765100275127141
Binary1111000111111100111111101011001011110110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCFE; }

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

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

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

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

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

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

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

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