Color Hex Logo

#fcbbe4 Color Hex

#FCBBE4
(252,187,228)
0 Favorites   0 Comments

Color spaces of #fcbbe4

RGB 252187228
HSL0.890.920.86
HSV322°26°99°
CMYK 0.000.260.10   0.01
XYZ71.918861.837581.5441
Yxy61.83750.33400.2872
Hunter Lab78.636825.6361-6.4362
CIE-Lab82.826929.6439-11.2331

#fcbbe4 color RGB value is (252,187,228).

#fcbbe4 hex color red value is 252, green value is 187 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fcbbe4 hue: 0.89 , saturation: 0.92 and the lightness value of fcbbe4 is 0.86.

The process color (four color CMYK) of #fcbbe4 color hex is 0.00, 0.26, 0.10, 0.01. Web safe color of #fcbbe4 is #ffcccc. Color #fcbbe4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 11100100
Octal 374 273 344
Decimal 252 187 228
Hex FC BB E4

RGB Percentages of Color #fcbbe4

%37.78
%28.04
%34.18

CMYK Percentages of Color #fcbbe4

%0
%26
%10
%1

Triadic Colors of #fcbbe4

#fcbbe4 #e4fcbb #bbe4fc

Analogous Colors of #fcbbe4

#fcbbe4 #fcbbc4 #f4bbfc

Monochromatic Colors of #fcbbe4

#fcbbe4

Complementary Color

#fcbbe4 #bbfcd3

#fcbbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbe4 Color CSS Codes

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

#fcbbe4 Text Font Color

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

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


#fcbbe4 Background Color

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

This div background color is #fcbbe4


#fcbbe4 Border Color

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

This div border color is #fcbbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbe4

Related Colors


Comments

No comments written yet.

Please login to write comment.