Color Hex Logo

#fccbd8 Color Hex

#FCCBD8
(252,203,216)
0 Favorites   0 Comments

Color spaces of #fccbd8

RGB 252203216
HSL0.960.890.89
HSV344°19°99°
CMYK 0.000.190.14   0.01
XYZ73.895568.365274.2668
Yxy68.36520.34130.3157
Hunter Lab82.683314.83304.6235
CIE-Lab86.188719.28990.1352

#fccbd8 color RGB value is (252,203,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11011000
Octal 374 313 330
Decimal 252 203 216
Hex FC CB D8

RGB Percentages of Color #fccbd8

%37.56
%30.25
%32.19

CMYK Percentages of Color #fccbd8

%0
%19
%14
%1

Triadic Colors of #fccbd8

#fccbd8 #d8fccb #cbd8fc

Analogous Colors of #fccbd8

#fccbd8 #fcd7cb #fccbf1

Monochromatic Colors of #fccbd8

#fccbd8

Complementary Color

#fccbd8 #cbfcef

#fccbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbd8 Color CSS Codes

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

#fccbd8 Text Font Color

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

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


#fccbd8 Background Color

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

This div background color is #fccbd8


#fccbd8 Border Color

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

This div border color is #fccbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbd8


Comments

No comments written yet.

Please login to write comment.