Color Hex Logo

#fccbdd Color Hex

#FCCBDD
(252,203,221)
0 Favorites   0 Comments

Color spaces of #fccbdd

RGB 252203221
HSL0.940.890.89
HSV338°19°99°
CMYK 0.000.190.12   0.01
XYZ74.552068.627877.7238
Yxy68.62780.33750.3107
Hunter Lab82.841915.66442.3624
CIE-Lab86.319420.0842-2.3298

#fccbdd color RGB value is (252,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11011101
Octal 374 313 335
Decimal 252 203 221
Hex FC CB DD

RGB Percentages of Color #fccbdd

%37.28
%30.03
%32.69

CMYK Percentages of Color #fccbdd

%0
%19
%12
%1

Triadic Colors of #fccbdd

#fccbdd #ddfccb #cbddfc

Analogous Colors of #fccbdd

#fccbdd #fcd2cb #fccbf6

Monochromatic Colors of #fccbdd

#fccbdd

Complementary Color

#fccbdd #cbfcea

#fccbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbdd Color CSS Codes

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

#fccbdd Text Font Color

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

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


#fccbdd Background Color

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

This div background color is #fccbdd


#fccbdd Border Color

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

This div border color is #fccbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.