Color Hex Logo

#f2adcc Color Hex

#F2ADCC
(242,173,204)
0 Favorites   0 Comments

Color spaces of #f2adcc

RGB 242173204
HSL0.930.730.81
HSV333°29°95°
CMYK 0.000.290.16   0.05
XYZ62.460653.124064.0887
Yxy53.12400.34760.2957
Hunter Lab72.886225.4166-1.1132
CIE-Lab77.948229.7540-5.6319

#f2adcc color RGB value is (242,173,204).

#f2adcc hex color red value is 242, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f2adcc hue: 0.93 , saturation: 0.73 and the lightness value of f2adcc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101101 11001100
Octal 362 255 314
Decimal 242 173 204
Hex F2 AD CC

RGB Percentages of Color #f2adcc

%39.10
%27.95
%32.96

CMYK Percentages of Color #f2adcc

%0
%29
%16
%5

Triadic Colors of #f2adcc

#f2adcc #ccf2ad #adccf2

Analogous Colors of #f2adcc

#f2adcc #f2b1ad #f2adef

Monochromatic Colors of #f2adcc

#f2adcc

Complementary Color

#f2adcc #adf2d3

#f2adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2adcc Color CSS Codes

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

#f2adcc Text Font Color

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

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


#f2adcc Background Color

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

This div background color is #f2adcc


#f2adcc Border Color

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

This div border color is #f2adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2adcc


Comments

No comments written yet.

Please login to write comment.