Color Hex Logo

#fcb0ef Color Hex

#FCB0EF
(252,176,239)
0 Favorites   0 Comments

Color spaces of #fcb0ef

RGB 252176239
HSL0.860.930.84
HSV310°30°99°
CMYK 0.000.300.05   0.01
XYZ71.250257.978189.0970
Yxy57.97810.32630.2656
Hunter Lab76.143433.7783-16.0762
CIE-Lab80.726637.2806-20.2972

#fcb0ef color RGB value is (252,176,239).

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

The process color (four color CMYK) of #fcb0ef color hex is 0.00, 0.30, 0.05, 0.01. Web safe color of #fcb0ef is #ff99ff. Color #fcb0ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 11101111
Octal 374 260 357
Decimal 252 176 239
Hex FC B0 EF

RGB Percentages of Color #fcb0ef

%37.78
%26.39
%35.83

CMYK Percentages of Color #fcb0ef

%0
%30
%5
%1

Triadic Colors of #fcb0ef

#fcb0ef #effcb0 #b0effc

Analogous Colors of #fcb0ef

#fcb0ef #fcb0c9 #e3b0fc

Monochromatic Colors of #fcb0ef

#fcb0ef

Complementary Color

#fcb0ef #b0fcbd

#fcb0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb0ef Color CSS Codes

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

#fcb0ef Text Font Color

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

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


#fcb0ef Background Color

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

This div background color is #fcb0ef


#fcb0ef Border Color

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

This div border color is #fcb0ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,176,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 #fcb0ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb0ef


Comments

No comments written yet.

Please login to write comment.