Color Hex Logo

#fccfda Color Hex

#FCCFDA
(252,207,218)
0 Favorites   0 Comments

Color spaces of #fccfda

RGB 252207218
HSL0.960.880.90
HSV345°18°99°
CMYK 0.000.180.13   0.01
XYZ75.112670.383075.9561
Yxy70.38300.33920.3178
Hunter Lab83.894612.99935.0465
CIE-Lab87.184417.50880.5270

#fccfda color RGB value is (252,207,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11011010
Octal 374 317 332
Decimal 252 207 218
Hex FC CF DA

RGB Percentages of Color #fccfda

%37.22
%30.58
%32.20

CMYK Percentages of Color #fccfda

%0
%18
%13
%1

Triadic Colors of #fccfda

#fccfda #dafccf #cfdafc

Analogous Colors of #fccfda

#fccfda #fcdbcf #fccff1

Monochromatic Colors of #fccfda

#fccfda

Complementary Color

#fccfda #cffcf1

#fccfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfda Color CSS Codes

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

#fccfda Text Font Color

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

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


#fccfda Background Color

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

This div background color is #fccfda


#fccfda Border Color

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

This div border color is #fccfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfda

#fccfda Color Palettes


Comments

No comments written yet.

Please login to write comment.