Color Hex Logo

#fccfde Color Hex

#FCCFDE
(252,207,222)
0 Favorites   0 Comments

Color spaces of #fccfde

RGB 252207222
HSL0.940.880.90
HSV340°18°99°
CMYK 0.000.180.12   0.01
XYZ75.642570.595078.7467
Yxy70.59500.33620.3138
Hunter Lab84.020813.66403.2463
CIE-Lab87.287918.1472-1.4407

#fccfde color RGB value is (252,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11011110
Octal 374 317 336
Decimal 252 207 222
Hex FC CF DE

RGB Percentages of Color #fccfde

%37.00
%30.40
%32.60

CMYK Percentages of Color #fccfde

%0
%18
%12
%1

Triadic Colors of #fccfde

#fccfde #defccf #cfdefc

Analogous Colors of #fccfde

#fccfde #fcd7cf #fccff5

Monochromatic Colors of #fccfde

#fccfde

Complementary Color

#fccfde #cffced

#fccfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfde Color CSS Codes

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

#fccfde Text Font Color

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

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


#fccfde Background Color

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

This div background color is #fccfde


#fccfde Border Color

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

This div border color is #fccfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfde


Comments

No comments written yet.

Please login to write comment.