Color Hex Logo

#f4bed0 Color Hex

#F4BED0
(244,190,208)
0 Favorites   0 Comments

Color spaces of #f4bed0

RGB 244190208
HSL0.940.710.85
HSV340°22°96°
CMYK 0.000.220.15   0.04
XYZ67.106860.614167.8373
Yxy60.61410.34320.3100
Hunter Lab77.855117.61092.8375
CIE-Lab82.170822.0746-1.5576

#f4bed0 color RGB value is (244,190,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111110 11010000
Octal 364 276 320
Decimal 244 190 208
Hex F4 BE D0

RGB Percentages of Color #f4bed0

%38.01
%29.60
%32.40

CMYK Percentages of Color #f4bed0

%0
%22
%15
%4

Triadic Colors of #f4bed0

#f4bed0 #d0f4be #bed0f4

Analogous Colors of #f4bed0

#f4bed0 #f4c7be #f4beeb

Monochromatic Colors of #f4bed0

#f4bed0

Complementary Color

#f4bed0 #bef4e2

#f4bed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bed0 Color CSS Codes

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

#f4bed0 Text Font Color

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

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


#f4bed0 Background Color

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

This div background color is #f4bed0


#f4bed0 Border Color

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

This div border color is #f4bed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bed0


Comments

No comments written yet.

Please login to write comment.