Color Hex Logo

#f9bdca Color Hex

#F9BDCA
(249,189,202)
0 Favorites   0 Comments

Color spaces of #f9bdca

RGB 249189202
HSL0.960.830.86
HSV347°24°98°
CMYK 0.000.240.19   0.02
XYZ67.925260.799264.0325
Yxy60.79920.35240.3154
Hunter Lab77.973819.04215.8925
CIE-Lab82.270723.44691.8697

#f9bdca color RGB value is (249,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 11001010
Octal 371 275 312
Decimal 249 189 202
Hex F9 BD CA

RGB Percentages of Color #f9bdca

%38.91
%29.53
%31.56

CMYK Percentages of Color #f9bdca

%0
%24
%19
%2

Triadic Colors of #f9bdca

#f9bdca #caf9bd #bdcaf9

Analogous Colors of #f9bdca

#f9bdca #f9cebd #f9bde8

Monochromatic Colors of #f9bdca

#f9bdca

Complementary Color

#f9bdca #bdf9ec

#f9bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdca Color CSS Codes

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

#f9bdca Text Font Color

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

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


#f9bdca Background Color

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

This div background color is #f9bdca


#f9bdca Border Color

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

This div border color is #f9bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdca


Comments

No comments written yet.

Please login to write comment.