Color Hex Logo

#fcbdea Color Hex

#FCBDEA
(252,189,234)
0 Favorites   0 Comments

Color spaces of #fcbdea

RGB 252189234
HSL0.880.910.86
HSV317°25°99°
CMYK 0.000.250.07   0.01
XYZ73.193863.031286.1504
Yxy63.03120.32910.2834
Hunter Lab79.392225.6276-8.7625
CIE-Lab83.458829.5970-13.5012

#fcbdea color RGB value is (252,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11101010
Octal 374 275 352
Decimal 252 189 234
Hex FC BD EA

RGB Percentages of Color #fcbdea

%37.33
%28.00
%34.67

CMYK Percentages of Color #fcbdea

%0
%25
%7
%1

Triadic Colors of #fcbdea

#fcbdea #eafcbd #bdeafc

Analogous Colors of #fcbdea

#fcbdea #fcbdcb #efbdfc

Monochromatic Colors of #fcbdea

#fcbdea

Complementary Color

#fcbdea #bdfccf

#fcbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdea Color CSS Codes

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

#fcbdea Text Font Color

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

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


#fcbdea Background Color

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

This div background color is #fcbdea


#fcbdea Border Color

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

This div border color is #fcbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdea

Related Colors


Comments

No comments written yet.

Please login to write comment.