Color Hex Logo

#fcceda Color Hex

#FCCEDA
(252,206,218)
0 Favorites   0 Comments

Color spaces of #fcceda

RGB 252206218
HSL0.960.880.90
HSV344°18°99°
CMYK 0.000.180.13   0.01
XYZ74.871169.900075.8756
Yxy69.90000.33930.3168
Hunter Lab83.606213.53964.7166
CIE-Lab86.947818.03260.1818

#fcceda color RGB value is (252,206,218).

#fcceda hex color red value is 252, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fcceda hue: 0.96 , saturation: 0.88 and the lightness value of fcceda is 0.90.

The process color (four color CMYK) of #fcceda color hex is 0.00, 0.18, 0.13, 0.01. Web safe color of #fcceda is #ffcccc. Color #fcceda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11011010
Octal 374 316 332
Decimal 252 206 218
Hex FC CE DA

RGB Percentages of Color #fcceda

%37.28
%30.47
%32.25

CMYK Percentages of Color #fcceda

%0
%18
%13
%1

Triadic Colors of #fcceda

#fcceda #dafcce #cedafc

Analogous Colors of #fcceda

#fcceda #fcd9ce #fccef1

Monochromatic Colors of #fcceda

#fcceda

Complementary Color

#fcceda #cefcf0

#fcceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcceda Color CSS Codes

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

#fcceda Text Font Color

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

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


#fcceda Background Color

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

This div background color is #fcceda


#fcceda Border Color

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

This div border color is #fcceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcceda

Related Colors


Comments

No comments written yet.

Please login to write comment.