Color Hex Logo

#ffc1df Color Hex

#FFC1DF
(255,193,223)
0 Favorites   0 Comments

Color spaces of #ffc1df

RGB 255193223
HSL0.921.000.88
HSV331°24°100°
CMYK 0.000.240.13   0.00
XYZ73.629264.727678.4250
Yxy64.72760.33960.2986
Hunter Lab80.453522.5656-1.4777
CIE-Lab84.343226.6920-6.2730

#ffc1df color RGB value is (255,193,223).

#ffc1df hex color red value is 255, green value is 193 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ffc1df hue: 0.92 , saturation: 1.00 and the lightness value of ffc1df is 0.88.

The process color (four color CMYK) of #ffc1df color hex is 0.00, 0.24, 0.13, 0.00. Web safe color of #ffc1df is #ffcccc. Color #ffc1df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 11011111
Octal 377 301 337
Decimal 255 193 223
Hex FF C1 DF

RGB Percentages of Color #ffc1df

%38.00
%28.76
%33.23

CMYK Percentages of Color #ffc1df

%0
%24
%13
%0

Triadic Colors of #ffc1df

#ffc1df #dfffc1 #c1dfff

Analogous Colors of #ffc1df

#ffc1df #ffc2c1 #ffc1fe

Monochromatic Colors of #ffc1df

#ffc1df

Complementary Color

#ffc1df #c1ffe1

#ffc1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc1df Color CSS Codes

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

#ffc1df Text Font Color

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

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


#ffc1df Background Color

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

This div background color is #ffc1df


#ffc1df Border Color

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

This div border color is #ffc1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc1df

Related Colors


Comments

No comments written yet.

Please login to write comment.