Color Hex Logo

#fccbc5 Color Hex

#FCCBC5
(252,203,197)
0 Favorites   0 Comments

Color spaces of #fccbc5

RGB 252203197
HSL0.020.900.88
HSV22°99°
CMYK 0.000.190.22   0.01
XYZ71.578967.438562.0676
Yxy67.43850.35600.3354
Hunter Lab82.120911.873912.6729
CIE-Lab85.724916.43379.5571

#fccbc5 color RGB value is (252,203,197).

#fccbc5 hex color red value is 252, green value is 203 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #fccbc5 hue: 0.02 , saturation: 0.90 and the lightness value of fccbc5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11000101
Octal 374 313 305
Decimal 252 203 197
Hex FC CB C5

RGB Percentages of Color #fccbc5

%38.65
%31.13
%30.21

CMYK Percentages of Color #fccbc5

%0
%19
%22
%1

Triadic Colors of #fccbc5

#fccbc5 #c5fccb #cbc5fc

Analogous Colors of #fccbc5

#fccbc5 #fce7c5 #fcc5db

Monochromatic Colors of #fccbc5

#fccbc5

Complementary Color

#fccbc5 #c5f6fc

#fccbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbc5 Color CSS Codes

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

#fccbc5 Text Font Color

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

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


#fccbc5 Background Color

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

This div background color is #fccbc5


#fccbc5 Border Color

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

This div border color is #fccbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbc5


Comments

No comments written yet.

Please login to write comment.