Color Hex Logo

#f9bdcb Color Hex

#F9BDCB
(249,189,203)
0 Favorites   0 Comments

Color spaces of #f9bdcb

RGB 249189203
HSL0.960.830.86
HSV346°24°98°
CMYK 0.000.240.18   0.02
XYZ68.044060.846764.6582
Yxy60.84670.35160.3144
Hunter Lab78.004319.20005.4572
CIE-Lab82.296323.59711.3698

#f9bdcb color RGB value is (249,189,203).

#f9bdcb hex color red value is 249, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f9bdcb hue: 0.96 , saturation: 0.83 and the lightness value of f9bdcb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 11001011
Octal 371 275 313
Decimal 249 189 203
Hex F9 BD CB

RGB Percentages of Color #f9bdcb

%38.85
%29.49
%31.67

CMYK Percentages of Color #f9bdcb

%0
%24
%18
%2

Triadic Colors of #f9bdcb

#f9bdcb #cbf9bd #bdcbf9

Analogous Colors of #f9bdcb

#f9bdcb #f9cdbd #f9bde9

Monochromatic Colors of #f9bdcb

#f9bdcb

Complementary Color

#f9bdcb #bdf9eb

#f9bdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdcb Color CSS Codes

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

#f9bdcb Text Font Color

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

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


#f9bdcb Background Color

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

This div background color is #f9bdcb


#f9bdcb Border Color

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

This div border color is #f9bdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdcb

Related Colors


Comments

No comments written yet.

Please login to write comment.