Color Hex Logo

#fcfccb Color Hex

#FCFCCB
(252,252,203)
0 Favorites   0 Comments

Color spaces of #fcfccb

RGB 252252203
HSL0.170.890.89
HSV60°19°99°
CMYK 0.000.000.19   0.01
XYZ85.734894.628170.2462
Yxy94.62810.34210.3776
Hunter Lab97.2770-12.914225.2791
CIE-Lab97.8845-7.775023.5365

#fcfccb color RGB value is (252,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11001011
Octal 374 374 313
Decimal 252 252 203
Hex FC FC CB

RGB Percentages of Color #fcfccb

%35.64
%35.64
%28.71

CMYK Percentages of Color #fcfccb

%0
%0
%19
%1

Triadic Colors of #fcfccb

#fcfccb #cbfcfc #fccbfc

Analogous Colors of #fcfccb

#fcfccb #e4fccb #fce4cb

Monochromatic Colors of #fcfccb

#fcfccb

Complementary Color

#fcfccb #cbcbfc

#fcfccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfccb Color CSS Codes

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

#fcfccb Text Font Color

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

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


#fcfccb Background Color

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

This div background color is #fcfccb


#fcfccb Border Color

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

This div border color is #fcfccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfccb

Related Colors


Comments

No comments written yet.

Please login to write comment.