Color Hex Logo

#f3cabe Color Hex

#F3CABE
(243,202,190)
0 Favorites   0 Comments

Color spaces of #f3cabe

RGB 243202190
HSL0.040.690.85
HSV14°22°95°
CMYK 0.000.170.22   0.05
XYZ67.376965.013557.7129
Yxy65.01350.35440.3420
Hunter Lab80.63098.054214.0039
CIE-Lab84.490712.671811.4018

#f3cabe color RGB value is (243,202,190).

#f3cabe hex color red value is 243, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f3cabe hue: 0.04 , saturation: 0.69 and the lightness value of f3cabe is 0.85.

The process color (four color CMYK) of #f3cabe color hex is 0.00, 0.17, 0.22, 0.05. Web safe color of #f3cabe is #ffcccc. Color #f3cabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001010 10111110
Octal 363 312 276
Decimal 243 202 190
Hex F3 CA BE

RGB Percentages of Color #f3cabe

%38.27
%31.81
%29.92

CMYK Percentages of Color #f3cabe

%0
%17
%22
%5

Triadic Colors of #f3cabe

#f3cabe #bef3ca #cabef3

Analogous Colors of #f3cabe

#f3cabe #f3e5be #f3becd

Monochromatic Colors of #f3cabe

#f3cabe

Complementary Color

#f3cabe #bee7f3

#f3cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cabe Color CSS Codes

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

#f3cabe Text Font Color

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

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


#f3cabe Background Color

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

This div background color is #f3cabe


#f3cabe Border Color

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

This div border color is #f3cabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,202,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cabe


Comments

No comments written yet.

Please login to write comment.