Color Hex Logo

#f1accc Color Hex

#F1ACCC
(241,172,204)
0 Favorites   0 Comments

Color spaces of #f1accc

RGB 241172204
HSL0.920.710.81
HSV332°29°95°
CMYK 0.000.290.15   0.05
XYZ61.927252.565564.0090
Yxy52.56550.34690.2945
Hunter Lab72.502125.5861-1.5932
CIE-Lab77.617829.9371-6.1320

#f1accc color RGB value is (241,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101100 11001100
Octal 361 254 314
Decimal 241 172 204
Hex F1 AC CC

RGB Percentages of Color #f1accc

%39.06
%27.88
%33.06

CMYK Percentages of Color #f1accc

%0
%29
%15
%5

Triadic Colors of #f1accc

#f1accc #ccf1ac #acccf1

Analogous Colors of #f1accc

#f1accc #f1afac #f1acef

Monochromatic Colors of #f1accc

#f1accc

Complementary Color

#f1accc #acf1d1

#f1accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1accc Color CSS Codes

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

#f1accc Text Font Color

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

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


#f1accc Background Color

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

This div background color is #f1accc


#f1accc Border Color

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

This div border color is #f1accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1accc


Comments

No comments written yet.

Please login to write comment.