Color Hex Logo

#f9cbdc Color Hex

#F9CBDC
(249,203,220)
0 Favorites   0 Comments

Color spaces of #f9cbdc

RGB 249203220
HSL0.940.790.89
HSV338°18°98°
CMYK 0.000.180.12   0.02
XYZ73.341168.018976.9736
Yxy68.01890.33590.3115
Hunter Lab82.473614.40562.3954
CIE-Lab86.015918.8822-2.2761

#f9cbdc color RGB value is (249,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001011 11011100
Octal 371 313 334
Decimal 249 203 220
Hex F9 CB DC

RGB Percentages of Color #f9cbdc

%37.05
%30.21
%32.74

CMYK Percentages of Color #f9cbdc

%0
%18
%12
%2

Triadic Colors of #f9cbdc

#f9cbdc #dcf9cb #cbdcf9

Analogous Colors of #f9cbdc

#f9cbdc #f9d1cb #f9cbf3

Monochromatic Colors of #f9cbdc

#f9cbdc

Complementary Color

#f9cbdc #cbf9e8

#f9cbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cbdc Color CSS Codes

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

#f9cbdc Text Font Color

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

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


#f9cbdc Background Color

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

This div background color is #f9cbdc


#f9cbdc Border Color

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

This div border color is #f9cbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cbdc


Comments

No comments written yet.

Please login to write comment.