Color Hex Logo

#f2ccfb Color Hex

#F2CCFB
(242,204,251)
0 Favorites   0 Comments

Color spaces of #f2ccfb

RGB 242204251
HSL0.800.850.89
HSV289°19°98°
CMYK 0.040.190.00   0.02
XYZ75.623469.0280100.6047
Yxy69.02800.30830.2815
Hunter Lab83.083117.0778-13.6357
CIE-Lab86.517921.4270-18.0422

#f2ccfb color RGB value is (242,204,251).

#f2ccfb hex color red value is 242, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f2ccfb hue: 0.80 , saturation: 0.85 and the lightness value of f2ccfb is 0.89.

The process color (four color CMYK) of #f2ccfb color hex is 0.04, 0.19, 0.00, 0.02. Web safe color of #f2ccfb is #ffccff. Color #f2ccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001100 11111011
Octal 362 314 373
Decimal 242 204 251
Hex F2 CC FB

RGB Percentages of Color #f2ccfb

%34.72
%29.27
%36.01

CMYK Percentages of Color #f2ccfb

%4
%19
%0
%2

Triadic Colors of #f2ccfb

#f2ccfb #fbf2cc #ccfbf2

Analogous Colors of #f2ccfb

#f2ccfb #fbcced #dbccfb

Monochromatic Colors of #f2ccfb

#f2ccfb

Complementary Color

#f2ccfb #d5fbcc

#f2ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ccfb Color CSS Codes

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

#f2ccfb Text Font Color

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

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


#f2ccfb Background Color

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

This div background color is #f2ccfb


#f2ccfb Border Color

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

This div border color is #f2ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.