Color Hex Logo

#fccfb1 Color Hex

#FCCFB1
(252,207,177)
0 Favorites   0 Comments

Color spaces of #fccfb1

RGB 252207177
HSL0.070.930.84
HSV24°30°99°
CMYK 0.000.180.30   0.01
XYZ70.393568.495451.1058
Yxy68.49540.37050.3605
Hunter Lab82.76196.990521.3216
CIE-Lab86.253611.629820.8698

#fccfb1 color RGB value is (252,207,177).

#fccfb1 hex color red value is 252, green value is 207 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fccfb1 hue: 0.07 , saturation: 0.93 and the lightness value of fccfb1 is 0.84.

The process color (four color CMYK) of #fccfb1 color hex is 0.00, 0.18, 0.30, 0.01. Web safe color of #fccfb1 is #ffcc99. Color #fccfb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10110001
Octal 374 317 261
Decimal 252 207 177
Hex FC CF B1

RGB Percentages of Color #fccfb1

%39.62
%32.55
%27.83

CMYK Percentages of Color #fccfb1

%0
%18
%30
%1

Triadic Colors of #fccfb1

#fccfb1 #b1fccf #cfb1fc

Analogous Colors of #fccfb1

#fccfb1 #fcf5b1 #fcb1b9

Monochromatic Colors of #fccfb1

#fccfb1

Complementary Color

#fccfb1 #b1defc

#fccfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfb1 Color CSS Codes

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

#fccfb1 Text Font Color

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

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


#fccfb1 Background Color

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

This div background color is #fccfb1


#fccfb1 Border Color

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

This div border color is #fccfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfb1


Comments

No comments written yet.

Please login to write comment.