Color Hex Logo

#f9dfca Color Hex

#F9DFCA
(249,223,202)
0 Favorites   0 Comments

Color spaces of #f9dfca

RGB 249223202
HSL0.070.800.88
HSV27°19°98°
CMYK 0.000.100.19   0.02
XYZ76.115377.179466.7625
Yxy77.17940.34590.3507
Hunter Lab87.85180.912716.4392
CIE-Lab90.40415.678513.5446

#f9dfca color RGB value is (249,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 11001010
Octal 371 337 312
Decimal 249 223 202
Hex F9 DF CA

RGB Percentages of Color #f9dfca

%36.94
%33.09
%29.97

CMYK Percentages of Color #f9dfca

%0
%10
%19
%2

Triadic Colors of #f9dfca

#f9dfca #caf9df #dfcaf9

Analogous Colors of #f9dfca

#f9dfca #f9f7ca #f9cacd

Monochromatic Colors of #f9dfca

#f9dfca

Complementary Color

#f9dfca #cae4f9

#f9dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfca Color CSS Codes

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

#f9dfca Text Font Color

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

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


#f9dfca Background Color

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

This div background color is #f9dfca


#f9dfca Border Color

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

This div border color is #f9dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfca


Comments

No comments written yet.

Please login to write comment.