Color Hex Logo

#f4bcca Color Hex

#F4BCCA
(244,188,202)
0 Favorites   0 Comments

Color spaces of #f4bcca

RGB 244188202
HSL0.960.720.85
HSV345°23°96°
CMYK 0.000.230.17   0.04
XYZ65.952159.463863.8787
Yxy59.46380.34840.3141
Hunter Lab77.112817.71804.8643
CIE-Lab81.545922.20010.7543

#f4bcca color RGB value is (244,188,202).

#f4bcca hex color red value is 244, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f4bcca hue: 0.96 , saturation: 0.72 and the lightness value of f4bcca is 0.85.

The process color (four color CMYK) of #f4bcca color hex is 0.00, 0.23, 0.17, 0.04. Web safe color of #f4bcca is #ffcccc. Color #f4bcca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111100 11001010
Octal 364 274 312
Decimal 244 188 202
Hex F4 BC CA

RGB Percentages of Color #f4bcca

%38.49
%29.65
%31.86

CMYK Percentages of Color #f4bcca

%0
%23
%17
%4

Triadic Colors of #f4bcca

#f4bcca #caf4bc #bccaf4

Analogous Colors of #f4bcca

#f4bcca #f4cabc #f4bce6

Monochromatic Colors of #f4bcca

#f4bcca

Complementary Color

#f4bcca #bcf4e6

#f4bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bcca Color CSS Codes

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

#f4bcca Text Font Color

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

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


#f4bcca Background Color

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

This div background color is #f4bcca


#f4bcca Border Color

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

This div border color is #f4bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bcca


Comments

No comments written yet.

Please login to write comment.