Color Hex Logo

#ffccd0 Color Hex

#FFCCD0
(255,204,208)
0 Favorites   0 Comments

Color spaces of #ffccd0

RGB 255204208
HSL0.991.000.90
HSV355°20°100°
CMYK 0.000.200.18   0.00
XYZ74.218068.999869.0811
Yxy68.99980.34960.3250
Hunter Lab83.066114.12078.8384
CIE-Lab86.503918.59914.8756

#ffccd0 color RGB value is (255,204,208).

#ffccd0 hex color red value is 255, green value is 204 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ffccd0 hue: 0.99 , saturation: 1.00 and the lightness value of ffccd0 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11010000
Octal 377 314 320
Decimal 255 204 208
Hex FF CC D0

RGB Percentages of Color #ffccd0

%38.23
%30.58
%31.18

CMYK Percentages of Color #ffccd0

%0
%20
%18
%0

Triadic Colors of #ffccd0

#ffccd0 #d0ffcc #ccd0ff

Analogous Colors of #ffccd0

#ffccd0 #ffe2cc #ffccea

Monochromatic Colors of #ffccd0

#ffccd0

Complementary Color

#ffccd0 #ccfffb

#ffccd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccd0 Color CSS Codes

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

#ffccd0 Text Font Color

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

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


#ffccd0 Background Color

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

This div background color is #ffccd0


#ffccd0 Border Color

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

This div border color is #ffccd0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,204,208, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffccd0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffccd0;
  -webkit-box-shadow: 1px 1px 3px 2px #ffccd0;
  box-shadow:         1px 1px 3px 2px #ffccd0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,204,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccd0


Comments

No comments written yet.

Please login to write comment.