Color Hex Logo

#fcbed1 Color Hex

#FCBED1
(252,190,209)
0 Favorites   0 Comments

Color spaces of #fcbed1

RGB 252190209
HSL0.950.910.87
HSV342°25°99°
CMYK 0.000.250.17   0.01
XYZ70.067062.125868.6202
Yxy62.12580.34890.3094
Hunter Lab78.819920.74283.5564
CIE-Lab82.980325.0383-0.8167

#fcbed1 color RGB value is (252,190,209).

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

The process color (four color CMYK) of #fcbed1 color hex is 0.00, 0.25, 0.17, 0.01. Web safe color of #fcbed1 is #ffcccc. Color #fcbed1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11010001
Octal 374 276 321
Decimal 252 190 209
Hex FC BE D1

RGB Percentages of Color #fcbed1

%38.71
%29.19
%32.10

CMYK Percentages of Color #fcbed1

%0
%25
%17
%1

Triadic Colors of #fcbed1

#fcbed1 #d1fcbe #bed1fc

Analogous Colors of #fcbed1

#fcbed1 #fccabe #fcbef0

Monochromatic Colors of #fcbed1

#fcbed1

Complementary Color

#fcbed1 #befce9

#fcbed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbed1 Color CSS Codes

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

#fcbed1 Text Font Color

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

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


#fcbed1 Background Color

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

This div background color is #fcbed1


#fcbed1 Border Color

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

This div border color is #fcbed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbed1


Comments

No comments written yet.

Please login to write comment.