Color Hex Logo

#f3caea Color Hex

#F3CAEA
(243,202,234)
0 Favorites   0 Comments

Color spaces of #f3caea

RGB 243202234
HSL0.870.630.87
HSV313°17°95°
CMYK 0.000.170.04   0.05
XYZ72.934067.236386.9758
Yxy67.23630.32110.2960
Hunter Lab81.997715.2732-5.4911
CIE-Lab85.623119.7251-10.3584

#f3caea color RGB value is (243,202,234).

#f3caea hex color red value is 243, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f3caea hue: 0.87 , saturation: 0.63 and the lightness value of f3caea is 0.87.

The process color (four color CMYK) of #f3caea color hex is 0.00, 0.17, 0.04, 0.05. Web safe color of #f3caea is #ffccff. Color #f3caea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001010 11101010
Octal 363 312 352
Decimal 243 202 234
Hex F3 CA EA

RGB Percentages of Color #f3caea

%35.79
%29.75
%34.46

CMYK Percentages of Color #f3caea

%0
%17
%4
%5

Triadic Colors of #f3caea

#f3caea #eaf3ca #caeaf3

Analogous Colors of #f3caea

#f3caea #f3cad6 #e8caf3

Monochromatic Colors of #f3caea

#f3caea

Complementary Color

#f3caea #caf3d3

#f3caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3caea Color CSS Codes

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

#f3caea Text Font Color

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

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


#f3caea Background Color

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

This div background color is #f3caea


#f3caea Border Color

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

This div border color is #f3caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3caea


Comments

No comments written yet.

Please login to write comment.