Color Hex Logo

#fccbe5 Color Hex

#FCCBE5
(252,203,229)
0 Favorites   0 Comments

Color spaces of #fccbe5

RGB 252203229
HSL0.910.890.89
HSV328°19°99°
CMYK 0.000.190.09   0.01
XYZ75.643769.064583.4727
Yxy69.06450.33150.3027
Hunter Lab83.105117.0400-1.3788
CIE-Lab86.536021.3906-6.2589

#fccbe5 color RGB value is (252,203,229).

#fccbe5 hex color red value is 252, green value is 203 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fccbe5 hue: 0.91 , saturation: 0.89 and the lightness value of fccbe5 is 0.89.

The process color (four color CMYK) of #fccbe5 color hex is 0.00, 0.19, 0.09, 0.01. Web safe color of #fccbe5 is #ffcccc. Color #fccbe5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11100101
Octal 374 313 345
Decimal 252 203 229
Hex FC CB E5

RGB Percentages of Color #fccbe5

%36.84
%29.68
%33.48

CMYK Percentages of Color #fccbe5

%0
%19
%9
%1

Triadic Colors of #fccbe5

#fccbe5 #e5fccb #cbe5fc

Analogous Colors of #fccbe5

#fccbe5 #fccbcd #fbcbfc

Monochromatic Colors of #fccbe5

#fccbe5

Complementary Color

#fccbe5 #cbfce2

#fccbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbe5 Color CSS Codes

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

#fccbe5 Text Font Color

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

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


#fccbe5 Background Color

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

This div background color is #fccbe5


#fccbe5 Border Color

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

This div border color is #fccbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbe5

Related Colors


Comments

No comments written yet.

Please login to write comment.