Color Hex Logo

#fccbca Color Hex

#FCCBCA
(252,203,202)
0 Favorites   0 Comments

Color spaces of #fccbca

RGB 252203202
HSL0.000.890.89
HSV20°99°
CMYK 0.000.190.20   0.01
XYZ72.161567.671665.1357
Yxy67.67160.35210.3302
Hunter Lab82.262712.621710.6381
CIE-Lab85.842017.15997.0703

#fccbca color RGB value is (252,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11001010
Octal 374 313 312
Decimal 252 203 202
Hex FC CB CA

RGB Percentages of Color #fccbca

%38.36
%30.90
%30.75

CMYK Percentages of Color #fccbca

%0
%19
%20
%1

Triadic Colors of #fccbca

#fccbca #cafccb #cbcafc

Analogous Colors of #fccbca

#fccbca #fce4ca #fccae2

Monochromatic Colors of #fccbca

#fccbca

Complementary Color

#fccbca #cafbfc

#fccbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbca Color CSS Codes

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

#fccbca Text Font Color

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

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


#fccbca Background Color

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

This div background color is #fccbca


#fccbca Border Color

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

This div border color is #fccbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbca


Comments

No comments written yet.

Please login to write comment.