Color Hex Logo

#f0a9de Color Hex

#F0A9DE
(240,169,222)
0 Favorites   0 Comments

Color spaces of #f0a9de

RGB 240169222
HSL0.880.700.80
HSV315°30°94°
CMYK 0.000.300.08   0.06
XYZ63.308052.175175.8414
Yxy52.17510.33090.2727
Hunter Lab72.232330.0397-11.6898
CIE-Lab77.385434.1366-16.2784

#f0a9de color RGB value is (240,169,222).

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

The process color (four color CMYK) of #f0a9de color hex is 0.00, 0.30, 0.08, 0.06. Web safe color of #f0a9de is #ff99cc. Color #f0a9de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101001 11011110
Octal 360 251 336
Decimal 240 169 222
Hex F0 A9 DE

RGB Percentages of Color #f0a9de

%38.03
%26.78
%35.18

CMYK Percentages of Color #f0a9de

%0
%30
%8
%6

Triadic Colors of #f0a9de

#f0a9de #def0a9 #a9def0

Analogous Colors of #f0a9de

#f0a9de #f0a9bb #dfa9f0

Monochromatic Colors of #f0a9de

#f0a9de

Complementary Color

#f0a9de #a9f0bb

#f0a9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0a9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0a9de Color CSS Codes

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

#f0a9de Text Font Color

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

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


#f0a9de Background Color

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

This div background color is #f0a9de


#f0a9de Border Color

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

This div border color is #f0a9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0a9de


Comments

No comments written yet.

Please login to write comment.