Color Hex Logo

#f3babe Color Hex

#F3BABE
(243,186,190)
0 Favorites   0 Comments

Color spaces of #f3babe

RGB 243186190
HSL0.990.700.84
HSV356°23°95°
CMYK 0.000.230.22   0.05
XYZ63.815357.890256.5257
Yxy57.89020.35800.3248
Hunter Lab76.085616.56359.2121
CIE-Lab80.677721.10905.9452

#f3babe color RGB value is (243,186,190).

#f3babe hex color red value is 243, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f3babe hue: 0.99 , saturation: 0.70 and the lightness value of f3babe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111010 10111110
Octal 363 272 276
Decimal 243 186 190
Hex F3 BA BE

RGB Percentages of Color #f3babe

%39.26
%30.05
%30.69

CMYK Percentages of Color #f3babe

%0
%23
%22
%5

Triadic Colors of #f3babe

#f3babe #bef3ba #babef3

Analogous Colors of #f3babe

#f3babe #f3d3ba #f3badb

Monochromatic Colors of #f3babe

#f3babe

Complementary Color

#f3babe #baf3ef

#f3babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3babe Color CSS Codes

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

#f3babe Text Font Color

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

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


#f3babe Background Color

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

This div background color is #f3babe


#f3babe Border Color

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

This div border color is #f3babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3babe


Comments

No comments written yet.

Please login to write comment.