Color Hex Logo

#f0a8de Color Hex

#F0A8DE
(240,168,222)
0 Favorites   0 Comments

Color spaces of #f0a8de

RGB 240168222
HSL0.880.710.80
HSV315°30°94°
CMYK 0.000.300.08   0.06
XYZ63.122651.804575.7796
Yxy51.80450.33100.2716
Hunter Lab71.975330.5882-12.0410
CIE-Lab77.163834.6652-16.6124

#f0a8de color RGB value is (240,168,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101000 11011110
Octal 360 250 336
Decimal 240 168 222
Hex F0 A8 DE

RGB Percentages of Color #f0a8de

%38.10
%26.67
%35.24

CMYK Percentages of Color #f0a8de

%0
%30
%8
%6

Triadic Colors of #f0a8de

#f0a8de #def0a8 #a8def0

Analogous Colors of #f0a8de

#f0a8de #f0a8ba #dea8f0

Monochromatic Colors of #f0a8de

#f0a8de

Complementary Color

#f0a8de #a8f0ba

#f0a8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0a8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0a8de Color CSS Codes

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

#f0a8de Text Font Color

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

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


#f0a8de Background Color

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

This div background color is #f0a8de


#f0a8de Border Color

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

This div border color is #f0a8de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,168,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 #f0a8de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0a8de


Comments

No comments written yet.

Please login to write comment.