Color Hex Logo

#f9bdf1 Color Hex

#F9BDF1
(249,189,241)
0 Favorites   0 Comments

Color spaces of #f9bdf1

RGB 249189241
HSL0.860.830.86
HSV308°24°98°
CMYK 0.000.240.03   0.02
XYZ73.141762.885891.5023
Yxy62.88580.32150.2764
Hunter Lab79.300625.8608-12.9024
CIE-Lab83.382329.8181-17.3869

#f9bdf1 color RGB value is (249,189,241).

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

The process color (four color CMYK) of #f9bdf1 color hex is 0.00, 0.24, 0.03, 0.02. Web safe color of #f9bdf1 is #ffccff. Color #f9bdf1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 11110001
Octal 371 275 361
Decimal 249 189 241
Hex F9 BD F1

RGB Percentages of Color #f9bdf1

%36.67
%27.84
%35.49

CMYK Percentages of Color #f9bdf1

%0
%24
%3
%2

Triadic Colors of #f9bdf1

#f9bdf1 #f1f9bd #bdf1f9

Analogous Colors of #f9bdf1

#f9bdf1 #f9bdd3 #e3bdf9

Monochromatic Colors of #f9bdf1

#f9bdf1

Complementary Color

#f9bdf1 #bdf9c5

#f9bdf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdf1 Color CSS Codes

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

#f9bdf1 Text Font Color

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

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


#f9bdf1 Background Color

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

This div background color is #f9bdf1


#f9bdf1 Border Color

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

This div border color is #f9bdf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdf1

Related Colors


Comments

No comments written yet.

Please login to write comment.