Color Hex Logo

#fccbbd Color Hex

#FCCBBD
(252,203,189)
0 Favorites   0 Comments

Color spaces of #fccbbd

RGB 252203189
HSL0.040.910.86
HSV13°25°99°
CMYK 0.000.190.25   0.01
XYZ70.686167.081457.3666
Yxy67.08140.36220.3438
Hunter Lab81.903210.722715.8044
CIE-Lab85.545015.309713.5440

#fccbbd color RGB value is (252,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10111101
Octal 374 313 275
Decimal 252 203 189
Hex FC CB BD

RGB Percentages of Color #fccbbd

%39.13
%31.52
%29.35

CMYK Percentages of Color #fccbbd

%0
%19
%25
%1

Triadic Colors of #fccbbd

#fccbbd #bdfccb #cbbdfc

Analogous Colors of #fccbbd

#fccbbd #fcebbd #fcbdcf

Monochromatic Colors of #fccbbd

#fccbbd

Complementary Color

#fccbbd #bdeefc

#fccbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbbd Color CSS Codes

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

#fccbbd Text Font Color

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

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


#fccbbd Background Color

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

This div background color is #fccbbd


#fccbbd Border Color

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

This div border color is #fccbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbbd


Comments

No comments written yet.

Please login to write comment.