Color Hex Logo

#f1ccee Color Hex

#F1CCEE
(241,204,238)
0 Favorites   0 Comments

Color spaces of #f1ccee

RGB 241204238
HSL0.850.570.87
HSV305°15°95°
CMYK 0.000.150.01   0.05
XYZ73.301168.059690.1623
Yxy68.05960.31660.2940
Hunter Lab82.498214.2284-7.0493
CIE-Lab86.036218.7112-11.8853

#f1ccee color RGB value is (241,204,238).

#f1ccee hex color red value is 241, green value is 204 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f1ccee hue: 0.85 , saturation: 0.57 and the lightness value of f1ccee is 0.87.

The process color (four color CMYK) of #f1ccee color hex is 0.00, 0.15, 0.01, 0.05. Web safe color of #f1ccee is #ffccff. Color #f1ccee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001100 11101110
Octal 361 314 356
Decimal 241 204 238
Hex F1 CC EE

RGB Percentages of Color #f1ccee

%35.29
%29.87
%34.85

CMYK Percentages of Color #f1ccee

%0
%15
%1
%5

Triadic Colors of #f1ccee

#f1ccee #eef1cc #cceef1

Analogous Colors of #f1ccee

#f1ccee #f1ccdc #e2ccf1

Monochromatic Colors of #f1ccee

#f1ccee

Complementary Color

#f1ccee #ccf1cf

#f1ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ccee Color CSS Codes

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

#f1ccee Text Font Color

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

This sample text font color is #f1ccee
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.


#f1ccee Background Color

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

This div background color is #f1ccee


#f1ccee Border Color

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

This div border color is #f1ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ccee


Comments

No comments written yet.

Please login to write comment.