Color Hex Logo

#f2afcb Color Hex

#F2AFCB
(242,175,203)
0 Favorites   0 Comments

Color spaces of #f2afcb

RGB 242175203
HSL0.930.720.82
HSV335°28°95°
CMYK 0.000.280.16   0.05
XYZ62.727453.849063.5877
Yxy53.84900.34820.2989
Hunter Lab73.381924.1649-0.0093
CIE-Lab78.373628.5382-4.4605

#f2afcb color RGB value is (242,175,203).

#f2afcb hex color red value is 242, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f2afcb hue: 0.93 , saturation: 0.72 and the lightness value of f2afcb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101111 11001011
Octal 362 257 313
Decimal 242 175 203
Hex F2 AF CB

RGB Percentages of Color #f2afcb

%39.03
%28.23
%32.74

CMYK Percentages of Color #f2afcb

%0
%28
%16
%5

Triadic Colors of #f2afcb

#f2afcb #cbf2af #afcbf2

Analogous Colors of #f2afcb

#f2afcb #f2b5af #f2afed

Monochromatic Colors of #f2afcb

#f2afcb

Complementary Color

#f2afcb #aff2d6

#f2afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2afcb Color CSS Codes

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

#f2afcb Text Font Color

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

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


#f2afcb Background Color

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

This div background color is #f2afcb


#f2afcb Border Color

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

This div border color is #f2afcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,175,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2afcb


Comments

No comments written yet.

Please login to write comment.