Color Hex Logo

#f4becf Color Hex

#F4BECF
(244,190,207)
0 Favorites   0 Comments

Color spaces of #f4becf

RGB 244190207
HSL0.950.710.85
HSV341°22°96°
CMYK 0.000.220.15   0.04
XYZ66.984260.565067.1912
Yxy60.56500.34400.3110
Hunter Lab77.823517.44723.2867
CIE-Lab82.144321.9176-1.0593

#f4becf color RGB value is (244,190,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111110 11001111
Octal 364 276 317
Decimal 244 190 207
Hex F4 BE CF

RGB Percentages of Color #f4becf

%38.07
%29.64
%32.29

CMYK Percentages of Color #f4becf

%0
%22
%15
%4

Triadic Colors of #f4becf

#f4becf #cff4be #becff4

Analogous Colors of #f4becf

#f4becf #f4c8be #f4beea

Monochromatic Colors of #f4becf

#f4becf

Complementary Color

#f4becf #bef4e3

#f4becf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4becf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4becf Color CSS Codes

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

#f4becf Text Font Color

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

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


#f4becf Background Color

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

This div background color is #f4becf


#f4becf Border Color

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

This div border color is #f4becf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4becf


Comments

No comments written yet.

Please login to write comment.