Color Hex Logo

#f1aada Color Hex

#F1AADA
(241,170,218)
0 Favorites   0 Comments

Color spaces of #f1aada

RGB 241170218
HSL0.890.720.81
HSV319°29°95°
CMYK 0.000.290.10   0.05
XYZ63.305252.512273.1290
Yxy52.51220.33500.2779
Hunter Lab72.465329.1221-9.1073
CIE-Lab77.586133.2651-13.7932

#f1aada color RGB value is (241,170,218).

#f1aada hex color red value is 241, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f1aada hue: 0.89 , saturation: 0.72 and the lightness value of f1aada is 0.81.

The process color (four color CMYK) of #f1aada color hex is 0.00, 0.29, 0.10, 0.05. Web safe color of #f1aada is #ff99cc. Color #f1aada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101010 11011010
Octal 361 252 332
Decimal 241 170 218
Hex F1 AA DA

RGB Percentages of Color #f1aada

%38.31
%27.03
%34.66

CMYK Percentages of Color #f1aada

%0
%29
%10
%5

Triadic Colors of #f1aada

#f1aada #daf1aa #aadaf1

Analogous Colors of #f1aada

#f1aada #f1aab7 #e5aaf1

Monochromatic Colors of #f1aada

#f1aada

Complementary Color

#f1aada #aaf1c1

#f1aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aada Color CSS Codes

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

#f1aada Text Font Color

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

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


#f1aada Background Color

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

This div background color is #f1aada


#f1aada Border Color

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

This div border color is #f1aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aada


Comments

No comments written yet.

Please login to write comment.