Color Hex Logo

#ffcacc Color Hex

#FFCACC
(255,202,204)
0 Favorites   0 Comments

Color spaces of #ffcacc

RGB 255202204
HSL0.991.000.90
HSV358°21°100°
CMYK 0.000.210.20   0.00
XYZ73.259667.860766.3640
Yxy67.86070.35310.3271
Hunter Lab82.377614.58189.8999
CIE-Lab85.936719.05356.1810

#ffcacc color RGB value is (255,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11001100
Octal 377 312 314
Decimal 255 202 204
Hex FF CA CC

RGB Percentages of Color #ffcacc

%38.58
%30.56
%30.86

CMYK Percentages of Color #ffcacc

%0
%21
%20
%0

Triadic Colors of #ffcacc

#ffcacc #ccffca #caccff

Analogous Colors of #ffcacc

#ffcacc #ffe3ca #ffcae7

Monochromatic Colors of #ffcacc

#ffcacc

Complementary Color

#ffcacc #cafffd

#ffcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcacc Color CSS Codes

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

#ffcacc Text Font Color

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

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


#ffcacc Background Color

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

This div background color is #ffcacc


#ffcacc Border Color

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

This div border color is #ffcacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcacc

Related Colors

#ffcacc Color Palettes


Comments

No comments written yet.

Please login to write comment.