Color Hex Logo

#f9dede Color Hex

#F9DEDE
(249,222,222)
0 Favorites   0 Comments

Color spaces of #f9dede

RGB 249222222
HSL0.000.690.92
HSV11°98°
CMYK 0.000.110.11   0.02
XYZ78.373077.656279.9657
Yxy77.65620.33210.3291
Hunter Lab88.12284.53627.8841
CIE-Lab90.62289.28213.3875

#f9dede color RGB value is (249,222,222).

#f9dede hex color red value is 249, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f9dede hue: 0.00 , saturation: 0.69 and the lightness value of f9dede is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011110 11011110
Octal 371 336 336
Decimal 249 222 222
Hex F9 DE DE

RGB Percentages of Color #f9dede

%35.93
%32.03
%32.03

CMYK Percentages of Color #f9dede

%0
%11
%11
%2

Triadic Colors of #f9dede

#f9dede #def9de #dedef9

Analogous Colors of #f9dede

#f9dede #f9ecde #f9deec

Monochromatic Colors of #f9dede

#f9dede

Complementary Color

#f9dede #def9f9

#f9dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dede Color CSS Codes

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

#f9dede Text Font Color

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

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


#f9dede Background Color

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

This div background color is #f9dede


#f9dede Border Color

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

This div border color is #f9dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dede


Comments

No comments written yet.

Please login to write comment.