#F1FFFE

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

Shades of Azure #F1FFFE

Tints of Azure #F1FFFE

Color information

#F1FFFE (or 0xF1FFFE) is unknown color: approx Azure. HEX triplet: F1, FF and FE. RGB value is (241,255,254). Sum of RGB (Red+Green+Blue) = 241+255+254=750 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.13% from 750); Green value is 255 (100% from 255 or 34% from 750); Blue value is 254 (99.61% from 255 or 33.87% from 750); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FFFE is #0E0001. Grayscale: #FAFAFA. Windows color (decimal): -917506 or 16711665. OLE color: 16711665.

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

Color convert

RGB241255254-
CMYK0.0500.000
HSL175.71º100%97.25%-
HSV(B)175.71º5.49%100%-
XYZ89.9397.38107.82-
YUV250.7129.86121.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.13%
GREEN value IS 255 (100% from 255) = 34%
BLUE value IS 254 (99.61% from 255) = 33.87%
R=32.13%
G=34%
B=33.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412552540.0500.000175.7110097.25
HexF1FFFE5000b06461
Octal3613773765000260144141
Binary1111000111111111111111101010001011000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFFE; }

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

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

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

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

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

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

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

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