Color Hex Logo

#f49bde Color Hex

#F49BDE
(244,155,222)
0 Favorites   0 Comments

Color spaces of #f49bde

RGB 244155222
HSL0.870.800.78
HSV315°36°96°
CMYK 0.000.360.09   0.04
XYZ62.214447.949775.0834
Yxy47.94970.33580.2588
Hunter Lab69.245739.1948-15.8164
CIE-Lab74.793242.7811-20.1552

#f49bde color RGB value is (244,155,222).

#f49bde hex color red value is 244, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f49bde hue: 0.87 , saturation: 0.80 and the lightness value of f49bde is 0.78.

The process color (four color CMYK) of #f49bde color hex is 0.00, 0.36, 0.09, 0.04. Web safe color of #f49bde is #ff99cc. Color #f49bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011011 11011110
Octal 364 233 336
Decimal 244 155 222
Hex F4 9B DE

RGB Percentages of Color #f49bde

%39.29
%24.96
%35.75

CMYK Percentages of Color #f49bde

%0
%36
%9
%4

Triadic Colors of #f49bde

#f49bde #def49b #9bdef4

Analogous Colors of #f49bde

#f49bde #f49bb2 #de9bf4

Monochromatic Colors of #f49bde

#f49bde

Complementary Color

#f49bde #9bf4b1

#f49bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49bde Color CSS Codes

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

#f49bde Text Font Color

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

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


#f49bde Background Color

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

This div background color is #f49bde


#f49bde Border Color

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

This div border color is #f49bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,155,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f49bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f49bde;
  -webkit-box-shadow: 1px 1px 3px 2px #f49bde;
  box-shadow:         1px 1px 3px 2px #f49bde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,155,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49bde


Comments

No comments written yet.

Please login to write comment.