#F1FEFE

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

Shades of Azure #F1FEFE

Tints of Azure #F1FEFE

Color information

#F1FEFE (or 0xF1FEFE) is unknown color: approx Azure. HEX triplet: F1, FE and FE. RGB value is (241,254,254). Sum of RGB (Red+Green+Blue) = 241+254+254=749 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.18% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F1FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FEFE is #0E0101. Grayscale: #FAFAFA. Windows color (decimal): -917762 or 16711409. OLE color: 16711409.

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

Color convert

RGB241254254-
CMYK0.05000.00
HSL180º86.67%97.06%-
HSV(B)180º5.12%99.61%-
XYZ89.6196.74107.72-
YUV250.11130.19121.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.18%
GREEN value IS 254 (99.61% from 255) = 33.91%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=32.18%
G=33.91%
B=33.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412542540.05000.0018086.6797.06
HexF1FEFE5000b45761
Octal3613763765000264127141
Binary1111000111111110111111101010001011010010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEFE; }

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

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

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

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

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

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

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

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