Color Hex Logo

#fcbeea Color Hex

#FCBEEA
(252,190,234)
0 Favorites   0 Comments

Color spaces of #fcbeea

RGB 252190234
HSL0.880.910.87
HSV317°25°99°
CMYK 0.000.250.07   0.01
XYZ73.409663.462986.2224
Yxy63.46290.32910.2845
Hunter Lab79.663625.0755-8.4069
CIE-Lab83.685329.0705-13.1621

#fcbeea color RGB value is (252,190,234).

#fcbeea hex color red value is 252, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fcbeea hue: 0.88 , saturation: 0.91 and the lightness value of fcbeea is 0.87.

The process color (four color CMYK) of #fcbeea color hex is 0.00, 0.25, 0.07, 0.01. Web safe color of #fcbeea is #ffccff. Color #fcbeea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11101010
Octal 374 276 352
Decimal 252 190 234
Hex FC BE EA

RGB Percentages of Color #fcbeea

%37.28
%28.11
%34.62

CMYK Percentages of Color #fcbeea

%0
%25
%7
%1

Triadic Colors of #fcbeea

#fcbeea #eafcbe #beeafc

Analogous Colors of #fcbeea

#fcbeea #fcbecb #efbefc

Monochromatic Colors of #fcbeea

#fcbeea

Complementary Color

#fcbeea #befcd0

#fcbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbeea Color CSS Codes

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

#fcbeea Text Font Color

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

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


#fcbeea Background Color

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

This div background color is #fcbeea


#fcbeea Border Color

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

This div border color is #fcbeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbeea

Related Colors


Comments

No comments written yet.

Please login to write comment.