Color Hex Logo

#fccbb7 Color Hex

#FCCBB7
(252,203,183)
0 Favorites   0 Comments

Color spaces of #fccbb7

RGB 252203183
HSL0.050.920.85
HSV17°27°99°
CMYK 0.000.190.27   0.01
XYZ70.048166.826254.0066
Yxy66.82620.36700.3501
Hunter Lab81.74739.896418.0530
CIE-Lab85.416114.498416.5391

#fccbb7 color RGB value is (252,203,183).

#fccbb7 hex color red value is 252, green value is 203 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fccbb7 hue: 0.05 , saturation: 0.92 and the lightness value of fccbb7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10110111
Octal 374 313 267
Decimal 252 203 183
Hex FC CB B7

RGB Percentages of Color #fccbb7

%39.50
%31.82
%28.68

CMYK Percentages of Color #fccbb7

%0
%19
%27
%1

Triadic Colors of #fccbb7

#fccbb7 #b7fccb #cbb7fc

Analogous Colors of #fccbb7

#fccbb7 #fceeb7 #fcb7c6

Monochromatic Colors of #fccbb7

#fccbb7

Complementary Color

#fccbb7 #b7e8fc

#fccbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbb7 Color CSS Codes

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

#fccbb7 Text Font Color

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

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


#fccbb7 Background Color

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

This div background color is #fccbb7


#fccbb7 Border Color

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

This div border color is #fccbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbb7

Related Colors


Comments

No comments written yet.

Please login to write comment.