Color Hex Logo

#fcbbdc Color Hex

#FCBBDC
(252,187,220)
0 Favorites   0 Comments

Color spaces of #fcbbdc

RGB 252187220
HSL0.920.920.86
HSV330°26°99°
CMYK 0.000.260.13   0.01
XYZ70.833561.403475.8289
Yxy61.40340.34040.2951
Hunter Lab78.360324.2238-2.5224
CIE-Lab82.595128.3395-7.2864

#fcbbdc color RGB value is (252,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 11011100
Octal 374 273 334
Decimal 252 187 220
Hex FC BB DC

RGB Percentages of Color #fcbbdc

%38.24
%28.38
%33.38

CMYK Percentages of Color #fcbbdc

%0
%26
%13
%1

Triadic Colors of #fcbbdc

#fcbbdc #dcfcbb #bbdcfc

Analogous Colors of #fcbbdc

#fcbbdc #fcbbbc #fcbbfc

Monochromatic Colors of #fcbbdc

#fcbbdc

Complementary Color

#fcbbdc #bbfcdb

#fcbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbdc Color CSS Codes

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

#fcbbdc Text Font Color

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

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


#fcbbdc Background Color

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

This div background color is #fcbbdc


#fcbbdc Border Color

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

This div border color is #fcbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbdc


Comments

No comments written yet.

Please login to write comment.