Color Hex Logo

#fcb7ec Color Hex

#FCB7EC
(252,183,236)
0 Favorites   0 Comments

Color spaces of #fcb7ec

RGB 252183236
HSL0.870.920.85
HSV314°27°99°
CMYK 0.000.270.06   0.01
XYZ72.218760.618587.2511
Yxy60.61850.32810.2754
Hunter Lab77.857929.3201-11.9426
CIE-Lab82.173233.0940-16.5021

#fcb7ec color RGB value is (252,183,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 11101100
Octal 374 267 354
Decimal 252 183 236
Hex FC B7 EC

RGB Percentages of Color #fcb7ec

%37.56
%27.27
%35.17

CMYK Percentages of Color #fcb7ec

%0
%27
%6
%1

Triadic Colors of #fcb7ec

#fcb7ec #ecfcb7 #b7ecfc

Analogous Colors of #fcb7ec

#fcb7ec #fcb7ca #eab7fc

Monochromatic Colors of #fcb7ec

#fcb7ec

Complementary Color

#fcb7ec #b7fcc7

#fcb7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb7ec Color CSS Codes

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

#fcb7ec Text Font Color

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

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


#fcb7ec Background Color

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

This div background color is #fcb7ec


#fcb7ec Border Color

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

This div border color is #fcb7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb7ec


Comments

No comments written yet.

Please login to write comment.