Color Hex Logo

#f9deeb Color Hex

#F9DEEB
(249,222,235)
0 Favorites   0 Comments

Color spaces of #f9deeb

RGB 249222235
HSL0.920.690.92
HSV331°11°98°
CMYK 0.000.110.06   0.02
XYZ80.183678.380489.5001
Yxy78.38040.32320.3160
Hunter Lab88.53276.73432.0350
CIE-Lab90.953211.4410-2.9468

#f9deeb color RGB value is (249,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011110 11101011
Octal 371 336 353
Decimal 249 222 235
Hex F9 DE EB

RGB Percentages of Color #f9deeb

%35.27
%31.44
%33.29

CMYK Percentages of Color #f9deeb

%0
%11
%6
%2

Triadic Colors of #f9deeb

#f9deeb #ebf9de #deebf9

Analogous Colors of #f9deeb

#f9deeb #f9dfde #f9def9

Monochromatic Colors of #f9deeb

#f9deeb

Complementary Color

#f9deeb #def9ec

#f9deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9deeb Color CSS Codes

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

#f9deeb Text Font Color

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

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


#f9deeb Background Color

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

This div background color is #f9deeb


#f9deeb Border Color

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

This div border color is #f9deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9deeb


Comments

No comments written yet.

Please login to write comment.