Color Hex Logo

#f0aacb Color Hex

#F0AACB
(240,170,203)
0 Favorites   0 Comments

Color spaces of #f0aacb

RGB 240170203
HSL0.920.700.80
HSV332°29°94°
CMYK 0.000.290.15   0.06
XYZ61.089451.586563.2373
Yxy51.58650.34730.2932
Hunter Lab71.823726.1309-1.9253
CIE-Lab77.032930.4944-6.4644

#f0aacb color RGB value is (240,170,203).

#f0aacb hex color red value is 240, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f0aacb hue: 0.92 , saturation: 0.70 and the lightness value of f0aacb is 0.80.

The process color (four color CMYK) of #f0aacb color hex is 0.00, 0.29, 0.15, 0.06. Web safe color of #f0aacb is #ff99cc. Color #f0aacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101010 11001011
Octal 360 252 313
Decimal 240 170 203
Hex F0 AA CB

RGB Percentages of Color #f0aacb

%39.15
%27.73
%33.12

CMYK Percentages of Color #f0aacb

%0
%29
%15
%6

Triadic Colors of #f0aacb

#f0aacb #cbf0aa #aacbf0

Analogous Colors of #f0aacb

#f0aacb #f0acaa #f0aaee

Monochromatic Colors of #f0aacb

#f0aacb

Complementary Color

#f0aacb #aaf0cf

#f0aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aacb Color CSS Codes

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

#f0aacb Text Font Color

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

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


#f0aacb Background Color

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

This div background color is #f0aacb


#f0aacb Border Color

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

This div border color is #f0aacb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,170,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0aacb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0aacb;
  -webkit-box-shadow: 1px 1px 3px 2px #f0aacb;
  box-shadow:         1px 1px 3px 2px #f0aacb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,170,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aacb


Comments

No comments written yet.

Please login to write comment.