Color Hex Logo

#f1ffff Color Hex

#F1FFFF
(241,255,255)
1 Favorites   0 Comments

Color spaces of #f1ffff

RGB 241255255
HSL0.501.000.97
HSV180°100°
CMYK 0.050.000.00   0.00
XYZ90.085697.4408108.6677
Yxy97.44080.30410.3290
Hunter Lab98.7121-9.84543.8288
CIE-Lab99.0019-4.5536-1.5890

#f1ffff color RGB value is (241,255,255).

#f1ffff hex color red value is 241, green value is 255 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f1ffff hue: 0.50 , saturation: 1.00 and the lightness value of f1ffff is 0.97.

The process color (four color CMYK) of #f1ffff color hex is 0.05, 0.00, 0.00, 0.00. Web safe color of #f1ffff is #ffffff. Color #f1ffff contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111111 11111111
Octal 361 377 377
Decimal 241 255 255
Hex F1 FF FF

RGB Percentages of Color #f1ffff

%32.09
%33.95
%33.95

CMYK Percentages of Color #f1ffff

%5
%0
%0
%0

Triadic Colors of #f1ffff

#f1ffff #fff1ff #fffff1

Analogous Colors of #f1ffff

#f1ffff #f1f8ff #f1fff8

Monochromatic Colors of #f1ffff

#f1ffff

Complementary Color

#f1ffff #fff1f1

#f1ffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ffff Color CSS Codes

.mybgcolor {background-color:#f1ffff; } 
.myforecolor {color:#f1ffff; }
.mybordercolor {border:3px solid #f1ffff; }

#f1ffff Text Font Color

<p style="color:#f1ffff">Text here</p>

This sample text font color is #f1ffff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f1ffff Background Color

<div style="background-color:#f1ffff">
Div content here</div>

This div background color is #f1ffff


#f1ffff Border Color

<div style="border:3px solid #f1ffff">
Div here</div>

This div border color is #f1ffff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,255,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1ffff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1ffff;
  -webkit-box-shadow: 1px 1px 3px 2px #f1ffff;
  box-shadow:         1px 1px 3px 2px #f1ffff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,255,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1ffff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1ffff;
  -webkit-box-shadow: 1px 1px 3px 2px #f1ffff;
  box-shadow:         1px 1px 3px 2px #f1ffff;">
Div content here</div>

This div box has shadow with color #f1ffff

Related Colors


Comments

No comments written yet.

Please login to write comment.