Color Hex Logo

#f3cbea Color Hex

#F3CBEA
(243,203,234)
0 Favorites   0 Comments

Color spaces of #f3cbea

RGB 243203234
HSL0.870.630.87
HSV314°16°95°
CMYK 0.000.160.04   0.05
XYZ73.169467.707187.0542
Yxy67.70710.32100.2971
Hunter Lab82.284314.7294-5.1279
CIE-Lab85.859819.1970-10.0062

#f3cbea color RGB value is (243,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001011 11101010
Octal 363 313 352
Decimal 243 203 234
Hex F3 CB EA

RGB Percentages of Color #f3cbea

%35.74
%29.85
%34.41

CMYK Percentages of Color #f3cbea

%0
%16
%4
%5

Triadic Colors of #f3cbea

#f3cbea #eaf3cb #cbeaf3

Analogous Colors of #f3cbea

#f3cbea #f3cbd6 #e8cbf3

Monochromatic Colors of #f3cbea

#f3cbea

Complementary Color

#f3cbea #cbf3d4

#f3cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cbea Color CSS Codes

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

#f3cbea Text Font Color

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

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


#f3cbea Background Color

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

This div background color is #f3cbea


#f3cbea Border Color

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

This div border color is #f3cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cbea


Comments

No comments written yet.

Please login to write comment.