Color Hex Logo

#fccbb0 Color Hex

#FCCBB0
(252,203,176)
0 Favorites   0 Comments

Color spaces of #fccbb0

RGB 252203176
HSL0.060.930.84
HSV21°30°99°
CMYK 0.000.190.30   0.01
XYZ69.337366.541950.2637
Yxy66.54190.37250.3575
Hunter Lab81.57328.972020.5680
CIE-Lab85.272113.586420.0360

#fccbb0 color RGB value is (252,203,176).

#fccbb0 hex color red value is 252, green value is 203 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fccbb0 hue: 0.06 , saturation: 0.93 and the lightness value of fccbb0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10110000
Octal 374 313 260
Decimal 252 203 176
Hex FC CB B0

RGB Percentages of Color #fccbb0

%39.94
%32.17
%27.89

CMYK Percentages of Color #fccbb0

%0
%19
%30
%1

Triadic Colors of #fccbb0

#fccbb0 #b0fccb #cbb0fc

Analogous Colors of #fccbb0

#fccbb0 #fcf1b0 #fcb0bb

Monochromatic Colors of #fccbb0

#fccbb0

Complementary Color

#fccbb0 #b0e1fc

#fccbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbb0 Color CSS Codes

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

#fccbb0 Text Font Color

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

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


#fccbb0 Background Color

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

This div background color is #fccbb0


#fccbb0 Border Color

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

This div border color is #fccbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbb0

#fccbb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.