Color Hex Logo

#fccade Color Hex

#FCCADE
(252,202,222)
0 Favorites   0 Comments

Color spaces of #fccade

RGB 252202222
HSL0.930.890.89
HSV336°20°99°
CMYK 0.000.200.12   0.01
XYZ74.450268.210478.3492
Yxy68.21040.33690.3086
Hunter Lab82.589616.37661.5668
CIE-Lab86.111520.7702-3.1663

#fccade color RGB value is (252,202,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11011110
Octal 374 312 336
Decimal 252 202 222
Hex FC CA DE

RGB Percentages of Color #fccade

%37.28
%29.88
%32.84

CMYK Percentages of Color #fccade

%0
%20
%12
%1

Triadic Colors of #fccade

#fccade #defcca #cadefc

Analogous Colors of #fccade

#fccade #fccfca #fccaf7

Monochromatic Colors of #fccade

#fccade

Complementary Color

#fccade #cafce8

#fccade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccade Color CSS Codes

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

#fccade Text Font Color

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

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


#fccade Background Color

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

This div background color is #fccade


#fccade Border Color

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

This div border color is #fccade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,202,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 #fccade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccade

Related Colors


Comments

No comments written yet.

Please login to write comment.