#F1FDFE

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

Shades of Azure #F1FDFE

Tints of Azure #F1FDFE

Color information

#F1FDFE (or 0xF1FDFE) is unknown color: approx Azure. HEX triplet: F1, FD and FE. RGB value is (241,253,254). Sum of RGB (Red+Green+Blue) = 241+253+254=748 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.22% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1FDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FDFE is #0E0201. Grayscale: #F9F9F9. Windows color (decimal): -918018 or 16711153. OLE color: 16711153.

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

Color convert

RGB241253254-
CMYK0.050.0000.00
HSL184.62º86.67%97.06%-
HSV(B)184.62º5.12%99.61%-
XYZ89.2996.11107.61-
YUV249.53130.52121.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.22%
GREEN value IS 253 (99.22% from 255) = 33.82%
BLUE value IS 254 (99.61% from 255) = 33.96%
R=32.22%
G=33.82%
B=33.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412532540.050.0000.00184.6286.6797.06
HexF1FDFE5000b95761
Octal3613753765000271127141
Binary1111000111111101111111101010001011100110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDFE; }

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

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

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

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

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

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

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

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