Color Hex Logo

#fccfd1 Color Hex

#FCCFD1
(252,207,209)
0 Favorites   0 Comments

Color spaces of #fccfd1

RGB 252207209
HSL0.990.880.90
HSV357°18°99°
CMYK 0.000.180.17   0.01
XYZ73.966369.924569.9199
Yxy69.92450.34590.3270
Hunter Lab83.620911.55458.9591
CIE-Lab86.959816.11314.9688

#fccfd1 color RGB value is (252,207,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11010001
Octal 374 317 321
Decimal 252 207 209
Hex FC CF D1

RGB Percentages of Color #fccfd1

%37.72
%30.99
%31.29

CMYK Percentages of Color #fccfd1

%0
%18
%17
%1

Triadic Colors of #fccfd1

#fccfd1 #d1fccf #cfd1fc

Analogous Colors of #fccfd1

#fccfd1 #fce4cf #fccfe8

Monochromatic Colors of #fccfd1

#fccfd1

Complementary Color

#fccfd1 #cffcfa

#fccfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfd1 Color CSS Codes

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

#fccfd1 Text Font Color

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

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


#fccfd1 Background Color

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

This div background color is #fccfd1


#fccfd1 Border Color

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

This div border color is #fccfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfd1

Related Colors


Comments

No comments written yet.

Please login to write comment.