Color Hex Logo

#fcb5e7 Color Hex

#FCB5E7
(252,181,231)
0 Favorites   0 Comments

Color spaces of #fcb5e7

RGB 252181231
HSL0.880.920.85
HSV318°28°99°
CMYK 0.000.280.08   0.01
XYZ71.092659.512783.3414
Yxy59.51270.33230.2782
Hunter Lab77.144529.4941-10.0516
CIE-Lab81.572633.2990-14.7205

#fcb5e7 color RGB value is (252,181,231).

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

The process color (four color CMYK) of #fcb5e7 color hex is 0.00, 0.28, 0.08, 0.01. Web safe color of #fcb5e7 is #ffccff. Color #fcb5e7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 11100111
Octal 374 265 347
Decimal 252 181 231
Hex FC B5 E7

RGB Percentages of Color #fcb5e7

%37.95
%27.26
%34.79

CMYK Percentages of Color #fcb5e7

%0
%28
%8
%1

Triadic Colors of #fcb5e7

#fcb5e7 #e7fcb5 #b5e7fc

Analogous Colors of #fcb5e7

#fcb5e7 #fcb5c4 #eeb5fc

Monochromatic Colors of #fcb5e7

#fcb5e7

Complementary Color

#fcb5e7 #b5fcca

#fcb5e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb5e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb5e7 Color CSS Codes

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

#fcb5e7 Text Font Color

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

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


#fcb5e7 Background Color

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

This div background color is #fcb5e7


#fcb5e7 Border Color

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

This div border color is #fcb5e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb5e7

Related Colors


Comments

No comments written yet.

Please login to write comment.