Color Hex Logo

#f3bbeb Color Hex

#F3BBEB
(243,187,235)
0 Favorites   0 Comments

Color spaces of #f3bbeb

RGB 243187235
HSL0.860.700.84
HSV309°23°95°
CMYK 0.000.230.03   0.05
XYZ69.727960.593586.6179
Yxy60.59350.32140.2793
Hunter Lab77.841823.6707-11.4852
CIE-Lab82.159727.8453-16.0749

#f3bbeb color RGB value is (243,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111011 11101011
Octal 363 273 353
Decimal 243 187 235
Hex F3 BB EB

RGB Percentages of Color #f3bbeb

%36.54
%28.12
%35.34

CMYK Percentages of Color #f3bbeb

%0
%23
%3
%5

Triadic Colors of #f3bbeb

#f3bbeb #ebf3bb #bbebf3

Analogous Colors of #f3bbeb

#f3bbeb #f3bbcf #dfbbf3

Monochromatic Colors of #f3bbeb

#f3bbeb

Complementary Color

#f3bbeb #bbf3c3

#f3bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bbeb Color CSS Codes

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

#f3bbeb Text Font Color

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

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


#f3bbeb Background Color

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

This div background color is #f3bbeb


#f3bbeb Border Color

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

This div border color is #f3bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bbeb


Comments

No comments written yet.

Please login to write comment.