Color Hex Logo

#fcbddb Color Hex

#FCBDDB
(252,189,219)
0 Favorites   0 Comments

Color spaces of #fcbddb

RGB 252189219
HSL0.920.910.86
HSV331°25°99°
CMYK 0.000.250.13   0.01
XYZ71.128762.205175.2757
Yxy62.20510.34100.2982
Hunter Lab78.870222.9565-1.3787
CIE-Lab83.022427.1268-6.1176

#fcbddb color RGB value is (252,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11011011
Octal 374 275 333
Decimal 252 189 219
Hex FC BD DB

RGB Percentages of Color #fcbddb

%38.18
%28.64
%33.18

CMYK Percentages of Color #fcbddb

%0
%25
%13
%1

Triadic Colors of #fcbddb

#fcbddb #dbfcbd #bddbfc

Analogous Colors of #fcbddb

#fcbddb #fcbfbd #fcbdfb

Monochromatic Colors of #fcbddb

#fcbddb

Complementary Color

#fcbddb #bdfcde

#fcbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbddb Color CSS Codes

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

#fcbddb Text Font Color

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

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


#fcbddb Background Color

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

This div background color is #fcbddb


#fcbddb Border Color

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

This div border color is #fcbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbddb


Comments

No comments written yet.

Please login to write comment.