Color Hex Logo

#fccbcc Color Hex

#FCCBCC
(252,203,204)
0 Favorites   0 Comments

Color spaces of #fccbcc

RGB 252203204
HSL1.000.890.89
HSV359°19°99°
CMYK 0.000.190.19   0.01
XYZ72.399967.767066.3912
Yxy67.76700.35050.3281
Hunter Lab82.320712.92709.8074
CIE-Lab85.889817.45556.0769

#fccbcc color RGB value is (252,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11001100
Octal 374 313 314
Decimal 252 203 204
Hex FC CB CC

RGB Percentages of Color #fccbcc

%38.24
%30.80
%30.96

CMYK Percentages of Color #fccbcc

%0
%19
%19
%1

Triadic Colors of #fccbcc

#fccbcc #ccfccb #cbccfc

Analogous Colors of #fccbcc

#fccbcc #fce3cb #fccbe5

Monochromatic Colors of #fccbcc

#fccbcc

Complementary Color

#fccbcc #cbfcfb

#fccbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbcc Color CSS Codes

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

#fccbcc Text Font Color

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

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


#fccbcc Background Color

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

This div background color is #fccbcc


#fccbcc Border Color

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

This div border color is #fccbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbcc

Related Colors


Comments

No comments written yet.

Please login to write comment.