Color Hex Logo

#fcc6bd Color Hex

#FCC6BD
(252,198,189)
0 Favorites   0 Comments

Color spaces of #fcc6bd

RGB 252198189
HSL0.020.910.86
HSV25°99°
CMYK 0.000.210.25   0.01
XYZ69.524364.757756.9793
Yxy64.75770.36350.3386
Hunter Lab80.472213.389614.3495
CIE-Lab84.358717.927511.8630

#fcc6bd color RGB value is (252,198,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 10111101
Octal 374 306 275
Decimal 252 198 189
Hex FC C6 BD

RGB Percentages of Color #fcc6bd

%39.44
%30.99
%29.58

CMYK Percentages of Color #fcc6bd

%0
%21
%25
%1

Triadic Colors of #fcc6bd

#fcc6bd #bdfcc6 #c6bdfc

Analogous Colors of #fcc6bd

#fcc6bd #fce6bd #fcbdd4

Monochromatic Colors of #fcc6bd

#fcc6bd

Complementary Color

#fcc6bd #bdf3fc

#fcc6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc6bd Color CSS Codes

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

#fcc6bd Text Font Color

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

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


#fcc6bd Background Color

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

This div background color is #fcc6bd


#fcc6bd Border Color

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

This div border color is #fcc6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc6bd

Related Colors


Comments

No comments written yet.

Please login to write comment.