Color Hex Logo

#fccbde Color Hex

#FCCBDE
(252,203,222)
0 Favorites   0 Comments

Color spaces of #fccbde

RGB 252203222
HSL0.940.890.89
HSV337°19°99°
CMYK 0.000.190.12   0.01
XYZ74.685668.681278.4277
Yxy68.68120.33670.3097
Hunter Lab82.874115.83331.9030
CIE-Lab86.345920.2451-2.8220

#fccbde color RGB value is (252,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11011110
Octal 374 313 336
Decimal 252 203 222
Hex FC CB DE

RGB Percentages of Color #fccbde

%37.22
%29.99
%32.79

CMYK Percentages of Color #fccbde

%0
%19
%12
%1

Triadic Colors of #fccbde

#fccbde #defccb #cbdefc

Analogous Colors of #fccbde

#fccbde #fcd1cb #fccbf7

Monochromatic Colors of #fccbde

#fccbde

Complementary Color

#fccbde #cbfce9

#fccbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbde Color CSS Codes

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

#fccbde Text Font Color

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

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


#fccbde Background Color

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

This div background color is #fccbde


#fccbde Border Color

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

This div border color is #fccbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbde


Comments

No comments written yet.

Please login to write comment.