Color Hex Logo

#f1adda Color Hex

#F1ADDA
(241,173,218)
0 Favorites   0 Comments

Color spaces of #f1adda

RGB 241173218
HSL0.890.710.81
HSV320°28°95°
CMYK 0.000.280.10   0.05
XYZ63.874153.649973.3186
Yxy53.64990.33470.2811
Hunter Lab73.246127.4799-8.0764
CIE-Lab78.257131.6769-12.7875

#f1adda color RGB value is (241,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101101 11011010
Octal 361 255 332
Decimal 241 173 218
Hex F1 AD DA

RGB Percentages of Color #f1adda

%38.13
%27.37
%34.49

CMYK Percentages of Color #f1adda

%0
%28
%10
%5

Triadic Colors of #f1adda

#f1adda #daf1ad #addaf1

Analogous Colors of #f1adda

#f1adda #f1adb8 #e6adf1

Monochromatic Colors of #f1adda

#f1adda

Complementary Color

#f1adda #adf1c4

#f1adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1adda Color CSS Codes

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

#f1adda Text Font Color

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

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


#f1adda Background Color

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

This div background color is #f1adda


#f1adda Border Color

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

This div border color is #f1adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1adda


Comments

No comments written yet.

Please login to write comment.