Color Hex Logo

#fccbc9 Color Hex

#FCCBC9
(252,203,201)
0 Favorites   0 Comments

Color spaces of #fccbc9

RGB 252203201
HSL0.010.890.89
HSV20°99°
CMYK 0.000.190.20   0.01
XYZ72.043467.624464.5140
Yxy67.62440.35280.3312
Hunter Lab82.234112.470211.0498
CIE-Lab85.818317.01307.5673

#fccbc9 color RGB value is (252,203,201).

#fccbc9 hex color red value is 252, green value is 203 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #fccbc9 hue: 0.01 , saturation: 0.89 and the lightness value of fccbc9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11001001
Octal 374 313 311
Decimal 252 203 201
Hex FC CB C9

RGB Percentages of Color #fccbc9

%38.41
%30.95
%30.64

CMYK Percentages of Color #fccbc9

%0
%19
%20
%1

Triadic Colors of #fccbc9

#fccbc9 #c9fccb #cbc9fc

Analogous Colors of #fccbc9

#fccbc9 #fce5c9 #fcc9e1

Monochromatic Colors of #fccbc9

#fccbc9

Complementary Color

#fccbc9 #c9fafc

#fccbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbc9 Color CSS Codes

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

#fccbc9 Text Font Color

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

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


#fccbc9 Background Color

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

This div background color is #fccbc9


#fccbc9 Border Color

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

This div border color is #fccbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbc9

Related Colors


Comments

No comments written yet.

Please login to write comment.