Color Hex Logo

#f4bedf Color Hex

#F4BEDF
(244,190,223)
0 Favorites   0 Comments

Color spaces of #f4bedf

RGB 244190223
HSL0.900.710.85
HSV323°22°96°
CMYK 0.000.220.09   0.04
XYZ69.041061.387778.0222
Yxy61.38770.33120.2945
Hunter Lab78.350320.1782-4.1965
CIE-Lab82.586724.5191-8.9939

#f4bedf color RGB value is (244,190,223).

#f4bedf hex color red value is 244, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f4bedf hue: 0.90 , saturation: 0.71 and the lightness value of f4bedf is 0.85.

The process color (four color CMYK) of #f4bedf color hex is 0.00, 0.22, 0.09, 0.04. Web safe color of #f4bedf is #ffcccc. Color #f4bedf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111110 11011111
Octal 364 276 337
Decimal 244 190 223
Hex F4 BE DF

RGB Percentages of Color #f4bedf

%37.14
%28.92
%33.94

CMYK Percentages of Color #f4bedf

%0
%22
%9
%4

Triadic Colors of #f4bedf

#f4bedf #dff4be #bedff4

Analogous Colors of #f4bedf

#f4bedf #f4bec4 #eebef4

Monochromatic Colors of #f4bedf

#f4bedf

Complementary Color

#f4bedf #bef4d3

#f4bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bedf Color CSS Codes

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

#f4bedf Text Font Color

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

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


#f4bedf Background Color

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

This div background color is #f4bedf


#f4bedf Border Color

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

This div border color is #f4bedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,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 #f4bedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bedf


Comments

No comments written yet.

Please login to write comment.