Color Hex Logo

#f9cbdd Color Hex

#F9CBDD
(249,203,221)
0 Favorites   0 Comments

Color spaces of #f9cbdd

RGB 249203221
HSL0.930.790.89
HSV337°18°98°
CMYK 0.000.180.11   0.02
XYZ73.474068.072177.6733
Yxy68.07210.33520.3105
Hunter Lab82.505814.57461.9368
CIE-Lab86.042519.0445-2.7685

#f9cbdd color RGB value is (249,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001011 11011101
Octal 371 313 335
Decimal 249 203 221
Hex F9 CB DD

RGB Percentages of Color #f9cbdd

%37.00
%30.16
%32.84

CMYK Percentages of Color #f9cbdd

%0
%18
%11
%2

Triadic Colors of #f9cbdd

#f9cbdd #ddf9cb #cbddf9

Analogous Colors of #f9cbdd

#f9cbdd #f9d0cb #f9cbf4

Monochromatic Colors of #f9cbdd

#f9cbdd

Complementary Color

#f9cbdd #cbf9e7

#f9cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cbdd Color CSS Codes

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

#f9cbdd Text Font Color

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

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


#f9cbdd Background Color

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

This div background color is #f9cbdd


#f9cbdd Border Color

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

This div border color is #f9cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cbdd


Comments

No comments written yet.

Please login to write comment.