Color Hex Logo

#fccbd1 Color Hex

#FCCBD1
(252,203,209)
0 Favorites   0 Comments

Color spaces of #fccbd1

RGB 252203209
HSL0.980.890.89
HSV353°19°99°
CMYK 0.000.190.17   0.01
XYZ73.009468.010869.6010
Yxy68.01080.34660.3229
Hunter Lab82.468713.70577.6891
CIE-Lab86.011818.20733.5971

#fccbd1 color RGB value is (252,203,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11010001
Octal 374 313 321
Decimal 252 203 209
Hex FC CB D1

RGB Percentages of Color #fccbd1

%37.95
%30.57
%31.48

CMYK Percentages of Color #fccbd1

%0
%19
%17
%1

Triadic Colors of #fccbd1

#fccbd1 #d1fccb #cbd1fc

Analogous Colors of #fccbd1

#fccbd1 #fcdecb #fccbea

Monochromatic Colors of #fccbd1

#fccbd1

Complementary Color

#fccbd1 #cbfcf6

#fccbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbd1 Color CSS Codes

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

#fccbd1 Text Font Color

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

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


#fccbd1 Background Color

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

This div background color is #fccbd1


#fccbd1 Border Color

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

This div border color is #fccbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbd1

Related Colors


Comments

No comments written yet.

Please login to write comment.