Color Hex Logo

#fcb7ef Color Hex

#FCB7EF
(252,183,239)
0 Favorites   0 Comments

Color spaces of #fcb7ef

RGB 252183239
HSL0.860.920.85
HSV311°27°99°
CMYK 0.000.270.05   0.01
XYZ72.658460.794489.5663
Yxy60.79440.32580.2726
Hunter Lab77.970829.8895-13.5279
CIE-Lab82.268133.6092-17.9673

#fcb7ef color RGB value is (252,183,239).

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

The process color (four color CMYK) of #fcb7ef color hex is 0.00, 0.27, 0.05, 0.01. Web safe color of #fcb7ef is #ffccff. Color #fcb7ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 11101111
Octal 374 267 357
Decimal 252 183 239
Hex FC B7 EF

RGB Percentages of Color #fcb7ef

%37.39
%27.15
%35.46

CMYK Percentages of Color #fcb7ef

%0
%27
%5
%1

Triadic Colors of #fcb7ef

#fcb7ef #effcb7 #b7effc

Analogous Colors of #fcb7ef

#fcb7ef #fcb7cd #e7b7fc

Monochromatic Colors of #fcb7ef

#fcb7ef

Complementary Color

#fcb7ef #b7fcc4

#fcb7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb7ef Color CSS Codes

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

#fcb7ef Text Font Color

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

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


#fcb7ef Background Color

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

This div background color is #fcb7ef


#fcb7ef Border Color

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

This div border color is #fcb7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb7ef

Related Colors


Comments

No comments written yet.

Please login to write comment.