Color Hex Logo

#f9dfcc Color Hex

#F9DFCC
(249,223,204)
0 Favorites   0 Comments

Color spaces of #f9dfcc

RGB 249223204
HSL0.070.790.89
HSV25°18°98°
CMYK 0.000.100.18   0.02
XYZ76.353777.274768.0180
Yxy77.27470.34450.3486
Hunter Lab87.90601.206515.6581
CIE-Lab90.44795.974012.5616

#f9dfcc color RGB value is (249,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 11001100
Octal 371 337 314
Decimal 249 223 204
Hex F9 DF CC

RGB Percentages of Color #f9dfcc

%36.83
%32.99
%30.18

CMYK Percentages of Color #f9dfcc

%0
%10
%18
%2

Triadic Colors of #f9dfcc

#f9dfcc #ccf9df #dfccf9

Analogous Colors of #f9dfcc

#f9dfcc #f9f6cc #f9ccd0

Monochromatic Colors of #f9dfcc

#f9dfcc

Complementary Color

#f9dfcc #cce6f9

#f9dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfcc Color CSS Codes

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

#f9dfcc Text Font Color

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

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


#f9dfcc Background Color

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

This div background color is #f9dfcc


#f9dfcc Border Color

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

This div border color is #f9dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfcc


Comments

No comments written yet.

Please login to write comment.