Color Hex Logo

#f9cacd Color Hex

#F9CACD
(249,202,205)
0 Favorites   0 Comments

Color spaces of #f9cacd

RGB 249202205
HSL0.990.800.88
HSV356°19°98°
CMYK 0.000.190.18   0.02
XYZ71.206966.788666.8961
Yxy66.78860.34750.3260
Hunter Lab81.724312.51078.6747
CIE-Lab85.397117.05734.7985

#f9cacd color RGB value is (249,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001010 11001101
Octal 371 312 315
Decimal 249 202 205
Hex F9 CA CD

RGB Percentages of Color #f9cacd

%37.96
%30.79
%31.25

CMYK Percentages of Color #f9cacd

%0
%19
%18
%2

Triadic Colors of #f9cacd

#f9cacd #cdf9ca #cacdf9

Analogous Colors of #f9cacd

#f9cacd #f9dfca #f9cae5

Monochromatic Colors of #f9cacd

#f9cacd

Complementary Color

#f9cacd #caf9f6

#f9cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cacd Color CSS Codes

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

#f9cacd Text Font Color

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

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


#f9cacd Background Color

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

This div background color is #f9cacd


#f9cacd Border Color

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

This div border color is #f9cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cacd


Comments

No comments written yet.

Please login to write comment.