Color Hex Logo

#f2abcd Color Hex

#F2ABCD
(242,171,205)
0 Favorites   0 Comments

Color spaces of #f2abcd

RGB 242171205
HSL0.920.730.81
HSV331°29°95°
CMYK 0.000.290.15   0.05
XYZ62.200352.410864.5956
Yxy52.41080.34710.2925
Hunter Lab72.395326.6711-2.2255
CIE-Lab77.525830.9697-6.8008

#f2abcd color RGB value is (242,171,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101011 11001101
Octal 362 253 315
Decimal 242 171 205
Hex F2 AB CD

RGB Percentages of Color #f2abcd

%39.16
%27.67
%33.17

CMYK Percentages of Color #f2abcd

%0
%29
%15
%5

Triadic Colors of #f2abcd

#f2abcd #cdf2ab #abcdf2

Analogous Colors of #f2abcd

#f2abcd #f2adab #f2abf1

Monochromatic Colors of #f2abcd

#f2abcd

Complementary Color

#f2abcd #abf2d0

#f2abcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2abcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2abcd Color CSS Codes

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

#f2abcd Text Font Color

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

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


#f2abcd Background Color

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

This div background color is #f2abcd


#f2abcd Border Color

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

This div border color is #f2abcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2abcd


Comments

No comments written yet.

Please login to write comment.