color codes Logo

#fcb7dd color codes

#FCB7DD
(252,183,221)
0 Favorites   0 Comments

Color spaces of #fcb7dd

RGB 252183221
HSL0.910.920.85
HSV327°27°99°
CMYK 0.000.270.12   0.01
XYZ70.129559.782976.2496
Yxy59.78290.34020.2900
Hunter Lab77.319426.5924-4.3461
CIE-Lab81.720030.6046-9.1224

#fcb7dd color RGB value is (252,183,221).

#fcb7dd hex color red value is 252, green value is 183 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fcb7dd hue: 0.91 , saturation: 0.92 and the lightness value of fcb7dd is 0.85.

The process color (four color CMYK) of #fcb7dd color code is 0.00, 0.27, 0.12, 0.01. Web safe color of #fcb7dd is #ffcccc. Color #fcb7dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 11011101
Octal 374 267 335
Decimal 252 183 221
Hex FC B7 DD

RGB Percentages of Color #fcb7dd

%38.41
%27.90
%33.69

CMYK Percentages of Color #fcb7dd

%0
%27
%12
%1

Triadic Colors of #fcb7dd

#fcb7dd #ddfcb7 #b7ddfc

Analogous Colors of #fcb7dd

#fcb7dd #fcb7bb #f9b7fc

Monochromatic Colors of #fcb7dd

#fcb7dd

Complementary Color

#fcb7dd #b7fcd6

#fcb7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb7dd Color CSS Codes

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

#fcb7dd Text Font Color

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

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


#fcb7dd Background Color

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

This div background color is #fcb7dd


#fcb7dd Border Color

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

This div border color is #fcb7dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,183,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcb7dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcb7dd;
  -webkit-box-shadow: 1px 1px 3px 2px #fcb7dd;
  box-shadow:         1px 1px 3px 2px #fcb7dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb7dd

Related Colors


Comments

No comments written yet.

Please login to write comment.