Color Hex Logo

#f9cded Color Hex

#F9CDED
(249,205,237)
0 Favorites   0 Comments

Color spaces of #f9cded

RGB 249205237
HSL0.880.790.89
HSV316°18°98°
CMYK 0.000.180.05   0.02
XYZ76.184369.916889.6007
Yxy69.91680.32320.2966
Hunter Lab83.616316.3061-5.0020
CIE-Lab86.956020.6812-9.9086

#f9cded color RGB value is (249,205,237).

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

The process color (four color CMYK) of #f9cded color hex is 0.00, 0.18, 0.05, 0.02. Web safe color of #f9cded is #ffccff. Color #f9cded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001101 11101101
Octal 371 315 355
Decimal 249 205 237
Hex F9 CD ED

RGB Percentages of Color #f9cded

%36.03
%29.67
%34.30

CMYK Percentages of Color #f9cded

%0
%18
%5
%2

Triadic Colors of #f9cded

#f9cded #edf9cd #cdedf9

Analogous Colors of #f9cded

#f9cded #f9cdd7 #efcdf9

Monochromatic Colors of #f9cded

#f9cded

Complementary Color

#f9cded #cdf9d9

#f9cded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cded Color CSS Codes

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

#f9cded Text Font Color

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

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


#f9cded Background Color

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

This div background color is #f9cded


#f9cded Border Color

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

This div border color is #f9cded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cded

Related Colors


Comments

No comments written yet.

Please login to write comment.