Color Hex Logo

#fccfb4 Color Hex

#FCCFB4
(252,207,180)
0 Favorites   0 Comments

Color spaces of #fccfb4

RGB 252207180
HSL0.060.920.85
HSV23°29°99°
CMYK 0.000.180.29   0.01
XYZ70.695968.616452.6982
Yxy68.61640.36820.3574
Hunter Lab82.83507.380320.2652
CIE-Lab86.313712.017319.3757

#fccfb4 color RGB value is (252,207,180).

#fccfb4 hex color red value is 252, green value is 207 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #fccfb4 hue: 0.06 , saturation: 0.92 and the lightness value of fccfb4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10110100
Octal 374 317 264
Decimal 252 207 180
Hex FC CF B4

RGB Percentages of Color #fccfb4

%39.44
%32.39
%28.17

CMYK Percentages of Color #fccfb4

%0
%18
%29
%1

Triadic Colors of #fccfb4

#fccfb4 #b4fccf #cfb4fc

Analogous Colors of #fccfb4

#fccfb4 #fcf3b4 #fcb4bd

Monochromatic Colors of #fccfb4

#fccfb4

Complementary Color

#fccfb4 #b4e1fc

#fccfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfb4 Color CSS Codes

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

#fccfb4 Text Font Color

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

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


#fccfb4 Background Color

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

This div background color is #fccfb4


#fccfb4 Border Color

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

This div border color is #fccfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfb4


Comments

No comments written yet.

Please login to write comment.