Color Hex Logo

#f4cacd Color Hex

#F4CACD
(244,202,205)
0 Favorites   0 Comments

Color spaces of #f4cacd

RGB 244202205
HSL0.990.660.87
HSV356°17°96°
CMYK 0.000.170.16   0.04
XYZ69.448265.881966.8138
Yxy65.88190.34360.3259
Hunter Lab81.167710.68378.0123
CIE-Lab84.936115.27424.0736

#f4cacd color RGB value is (244,202,205).

#f4cacd hex color red value is 244, green value is 202 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f4cacd hue: 0.99 , saturation: 0.66 and the lightness value of f4cacd is 0.87.

The process color (four color CMYK) of #f4cacd color hex is 0.00, 0.17, 0.16, 0.04. Web safe color of #f4cacd is #ffcccc. Color #f4cacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001010 11001101
Octal 364 312 315
Decimal 244 202 205
Hex F4 CA CD

RGB Percentages of Color #f4cacd

%37.48
%31.03
%31.49

CMYK Percentages of Color #f4cacd

%0
%17
%16
%4

Triadic Colors of #f4cacd

#f4cacd #cdf4ca #cacdf4

Analogous Colors of #f4cacd

#f4cacd #f4dcca #f4cae2

Monochromatic Colors of #f4cacd

#f4cacd

Complementary Color

#f4cacd #caf4f1

#f4cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cacd Color CSS Codes

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

#f4cacd Text Font Color

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

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


#f4cacd Background Color

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

This div background color is #f4cacd


#f4cacd Border Color

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

This div border color is #f4cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cacd


Comments

No comments written yet.

Please login to write comment.