Color Hex Logo

#f9cede Color Hex

#F9CEDE
(249,206,222)
0 Favorites   0 Comments

Color spaces of #f9cede

RGB 249206222
HSL0.940.780.89
HSV338°17°98°
CMYK 0.000.170.11   0.02
XYZ74.323069.556378.6157
Yxy69.55630.33400.3126
Hunter Lab83.400413.12112.4918
CIE-Lab86.778817.6315-2.2189

#f9cede color RGB value is (249,206,222).

#f9cede hex color red value is 249, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f9cede hue: 0.94 , saturation: 0.78 and the lightness value of f9cede is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001110 11011110
Octal 371 316 336
Decimal 249 206 222
Hex F9 CE DE

RGB Percentages of Color #f9cede

%36.78
%30.43
%32.79

CMYK Percentages of Color #f9cede

%0
%17
%11
%2

Triadic Colors of #f9cede

#f9cede #def9ce #cedef9

Analogous Colors of #f9cede

#f9cede #f9d4ce #f9cef4

Monochromatic Colors of #f9cede

#f9cede

Complementary Color

#f9cede #cef9e9

#f9cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cede Color CSS Codes

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

#f9cede Text Font Color

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

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


#f9cede Background Color

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

This div background color is #f9cede


#f9cede Border Color

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

This div border color is #f9cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cede


Comments

No comments written yet.

Please login to write comment.