Color Hex Logo

#fccbc2 Color Hex

#FCCBC2
(252,203,194)
0 Favorites   0 Comments

Color spaces of #fccbc2

RGB 252203194
HSL0.030.910.87
HSV23°99°
CMYK 0.000.190.23   0.01
XYZ71.238467.302460.2749
Yxy67.30240.35830.3385
Hunter Lab82.038011.435413.8651
CIE-Lab85.656416.006411.0512

#fccbc2 color RGB value is (252,203,194).

#fccbc2 hex color red value is 252, green value is 203 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #fccbc2 hue: 0.03 , saturation: 0.91 and the lightness value of fccbc2 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11000010
Octal 374 313 302
Decimal 252 203 194
Hex FC CB C2

RGB Percentages of Color #fccbc2

%38.83
%31.28
%29.89

CMYK Percentages of Color #fccbc2

%0
%19
%23
%1

Triadic Colors of #fccbc2

#fccbc2 #c2fccb #cbc2fc

Analogous Colors of #fccbc2

#fccbc2 #fce8c2 #fcc2d6

Monochromatic Colors of #fccbc2

#fccbc2

Complementary Color

#fccbc2 #c2f3fc

#fccbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbc2 Color CSS Codes

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

#fccbc2 Text Font Color

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

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


#fccbc2 Background Color

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

This div background color is #fccbc2


#fccbc2 Border Color

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

This div border color is #fccbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbc2


Comments

No comments written yet.

Please login to write comment.