Color Hex Logo

#f1aebc Color Hex

#F1AEBC
(241,174,188)
0 Favorites   0 Comments

Color spaces of #f1aebc

RGB 241174188
HSL0.970.710.81
HSV347°28°95°
CMYK 0.000.280.22   0.05
XYZ60.488852.603754.5424
Yxy52.60370.36080.3138
Hunter Lab72.528421.94466.1830
CIE-Lab77.640426.45712.6109

#f1aebc color RGB value is (241,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101110 10111100
Octal 361 256 274
Decimal 241 174 188
Hex F1 AE BC

RGB Percentages of Color #f1aebc

%39.97
%28.86
%31.18

CMYK Percentages of Color #f1aebc

%0
%28
%22
%5

Triadic Colors of #f1aebc

#f1aebc #bcf1ae #aebcf1

Analogous Colors of #f1aebc

#f1aebc #f1c2ae #f1aede

Monochromatic Colors of #f1aebc

#f1aebc

Complementary Color

#f1aebc #aef1e3

#f1aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aebc Color CSS Codes

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

#f1aebc Text Font Color

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

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


#f1aebc Background Color

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

This div background color is #f1aebc


#f1aebc Border Color

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

This div border color is #f1aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aebc


Comments

No comments written yet.

Please login to write comment.