Color Hex Logo

#f1cced Color Hex

#F1CCED
(241,204,237)
0 Favorites   0 Comments

Color spaces of #f1cced

RGB 241204237
HSL0.850.570.87
HSV306°15°95°
CMYK 0.000.150.02   0.05
XYZ73.154668.000989.3906
Yxy68.00090.31730.2950
Hunter Lab82.462714.0420-6.5473
CIE-Lab86.006918.5320-11.3985

#f1cced color RGB value is (241,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001100 11101101
Octal 361 314 355
Decimal 241 204 237
Hex F1 CC ED

RGB Percentages of Color #f1cced

%35.34
%29.91
%34.75

CMYK Percentages of Color #f1cced

%0
%15
%2
%5

Triadic Colors of #f1cced

#f1cced #edf1cc #ccedf1

Analogous Colors of #f1cced

#f1cced #f1ccdb #e3ccf1

Monochromatic Colors of #f1cced

#f1cced

Complementary Color

#f1cced #ccf1d0

#f1cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cced Color CSS Codes

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

#f1cced Text Font Color

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

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


#f1cced Background Color

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

This div background color is #f1cced


#f1cced Border Color

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

This div border color is #f1cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cced


Comments

No comments written yet.

Please login to write comment.