Color Hex Logo

#fccfbd Color Hex

#FCCFBD
(252,207,189)
0 Favorites   0 Comments

Color spaces of #fccfbd

RGB 252207189
HSL0.050.910.86
HSV17°25°99°
CMYK 0.000.180.25   0.01
XYZ71.643068.995257.6855
Yxy68.99520.36120.3479
Hunter Lab83.06338.597216.9689
CIE-Lab86.501713.221314.8946

#fccfbd color RGB value is (252,207,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10111101
Octal 374 317 275
Decimal 252 207 189
Hex FC CF BD

RGB Percentages of Color #fccfbd

%38.89
%31.94
%29.17

CMYK Percentages of Color #fccfbd

%0
%18
%25
%1

Triadic Colors of #fccfbd

#fccfbd #bdfccf #cfbdfc

Analogous Colors of #fccfbd

#fccfbd #fcefbd #fcbdcb

Monochromatic Colors of #fccfbd

#fccfbd

Complementary Color

#fccfbd #bdeafc

#fccfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfbd Color CSS Codes

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

#fccfbd Text Font Color

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

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


#fccfbd Background Color

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

This div background color is #fccfbd


#fccfbd Border Color

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

This div border color is #fccfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,207,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 #fccfbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfbd


Comments

No comments written yet.

Please login to write comment.