Color Hex Logo

#f2cbea Color Hex

#F2CBEA
(242,203,234)
0 Favorites   0 Comments

Color spaces of #f2cbea

RGB 242203234
HSL0.870.600.87
HSV312°16°95°
CMYK 0.000.160.03   0.05
XYZ72.825267.529687.0381
Yxy67.52960.32030.2970
Hunter Lab82.176414.3790-5.2742
CIE-Lab85.770718.8613-10.1483

#f2cbea color RGB value is (242,203,234).

#f2cbea hex color red value is 242, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f2cbea hue: 0.87 , saturation: 0.60 and the lightness value of f2cbea is 0.87.

The process color (four color CMYK) of #f2cbea color hex is 0.00, 0.16, 0.03, 0.05. Web safe color of #f2cbea is #ffccff. Color #f2cbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001011 11101010
Octal 362 313 352
Decimal 242 203 234
Hex F2 CB EA

RGB Percentages of Color #f2cbea

%35.64
%29.90
%34.46

CMYK Percentages of Color #f2cbea

%0
%16
%3
%5

Triadic Colors of #f2cbea

#f2cbea #eaf2cb #cbeaf2

Analogous Colors of #f2cbea

#f2cbea #f2cbd7 #e7cbf2

Monochromatic Colors of #f2cbea

#f2cbea

Complementary Color

#f2cbea #cbf2d3

#f2cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2cbea Color CSS Codes

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

#f2cbea Text Font Color

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

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


#f2cbea Background Color

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

This div background color is #f2cbea


#f2cbea Border Color

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

This div border color is #f2cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2cbea

Related Colors


Comments

No comments written yet.

Please login to write comment.