Color Hex Logo

#f9bedf Color Hex

#F9BEDF
(249,190,223)
0 Favorites   0 Comments

Color spaces of #f9bedf

RGB 249190223
HSL0.910.830.86
HSV326°24°98°
CMYK 0.000.240.10   0.02
XYZ70.799762.294478.1045
Yxy62.29440.33520.2950
Hunter Lab78.926821.9979-3.4235
CIE-Lab83.069726.2217-8.2240

#f9bedf color RGB value is (249,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111110 11011111
Octal 371 276 337
Decimal 249 190 223
Hex F9 BE DF

RGB Percentages of Color #f9bedf

%37.61
%28.70
%33.69

CMYK Percentages of Color #f9bedf

%0
%24
%10
%2

Triadic Colors of #f9bedf

#f9bedf #dff9be #bedff9

Analogous Colors of #f9bedf

#f9bedf #f9bec2 #f6bef9

Monochromatic Colors of #f9bedf

#f9bedf

Complementary Color

#f9bedf #bef9d8

#f9bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bedf Color CSS Codes

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

#f9bedf Text Font Color

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

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


#f9bedf Background Color

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

This div background color is #f9bedf


#f9bedf Border Color

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

This div border color is #f9bedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bedf


Comments

No comments written yet.

Please login to write comment.