Color Hex Logo

#f4bfdd Color Hex

#F4BFDD
(244,191,221)
0 Favorites   0 Comments

Color spaces of #f4bfdd

RGB 244191221
HSL0.910.710.85
HSV326°22°96°
CMYK 0.000.220.09   0.04
XYZ68.990261.715276.6827
Yxy61.71520.33270.2976
Hunter Lab78.559019.2797-2.8826
CIE-Lab82.761723.6545-7.6620

#f4bfdd color RGB value is (244,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111111 11011101
Octal 364 277 335
Decimal 244 191 221
Hex F4 BF DD

RGB Percentages of Color #f4bfdd

%37.20
%29.12
%33.69

CMYK Percentages of Color #f4bfdd

%0
%22
%9
%4

Triadic Colors of #f4bfdd

#f4bfdd #ddf4bf #bfddf4

Analogous Colors of #f4bfdd

#f4bfdd #f4bfc3 #f1bff4

Monochromatic Colors of #f4bfdd

#f4bfdd

Complementary Color

#f4bfdd #bff4d6

#f4bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bfdd Color CSS Codes

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

#f4bfdd Text Font Color

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

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


#f4bfdd Background Color

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

This div background color is #f4bfdd


#f4bfdd Border Color

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

This div border color is #f4bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bfdd


Comments

No comments written yet.

Please login to write comment.