Color Hex Logo

#fda1cc Color Hex

#FDA1CC
(253,161,204)
0 Favorites   0 Comments

Color spaces of #fda1cc

RGB 253161204
HSL0.920.960.81
HSV332°36°99°
CMYK 0.000.360.19   0.01
XYZ64.152050.732063.5378
Yxy50.73200.35960.2843
Hunter Lab71.226436.1247-3.0314
CIE-Lab76.516439.8144-7.6188

#fda1cc color RGB value is (253,161,204).

#fda1cc hex color red value is 253, green value is 161 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fda1cc hue: 0.92 , saturation: 0.96 and the lightness value of fda1cc is 0.81.

The process color (four color CMYK) of #fda1cc color hex is 0.00, 0.36, 0.19, 0.01. Web safe color of #fda1cc is #ff99cc. Color #fda1cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 11001100
Octal 375 241 314
Decimal 253 161 204
Hex FD A1 CC

RGB Percentages of Color #fda1cc

%40.94
%26.05
%33.01

CMYK Percentages of Color #fda1cc

%0
%36
%19
%1

Triadic Colors of #fda1cc

#fda1cc #ccfda1 #a1ccfd

Analogous Colors of #fda1cc

#fda1cc #fda4a1 #fda1fa

Monochromatic Colors of #fda1cc

#fda1cc

Complementary Color

#fda1cc #a1fdd2

#fda1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda1cc Color CSS Codes

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

#fda1cc Text Font Color

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

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


#fda1cc Background Color

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

This div background color is #fda1cc


#fda1cc Border Color

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

This div border color is #fda1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda1cc


Comments

No comments written yet.

Please login to write comment.