Color Hex Logo

#f4bfda Color Hex

#F4BFDA
(244,191,218)
0 Favorites   0 Comments

Color spaces of #f4bfda

RGB 244191218
HSL0.920.710.85
HSV329°22°96°
CMYK 0.000.220.11   0.04
XYZ68.593961.556774.5960
Yxy61.55670.33500.3006
Hunter Lab78.458118.7564-1.4508
CIE-Lab82.677123.1572-6.1790

#f4bfda color RGB value is (244,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111111 11011010
Octal 364 277 332
Decimal 244 191 218
Hex F4 BF DA

RGB Percentages of Color #f4bfda

%37.37
%29.25
%33.38

CMYK Percentages of Color #f4bfda

%0
%22
%11
%4

Triadic Colors of #f4bfda

#f4bfda #daf4bf #bfdaf4

Analogous Colors of #f4bfda

#f4bfda #f4bfc0 #f4bff4

Monochromatic Colors of #f4bfda

#f4bfda

Complementary Color

#f4bfda #bff4d9

#f4bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bfda Color CSS Codes

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

#f4bfda Text Font Color

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

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


#f4bfda Background Color

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

This div background color is #f4bfda


#f4bfda Border Color

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

This div border color is #f4bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bfda


Comments

No comments written yet.

Please login to write comment.