color codes Logo

#f1beeb color codes

#F1BEEB
(241,190,235)
0 Favorites   0 Comments

Color spaces of #f1beeb

RGB 241190235
HSL0.850.650.85
HSV307°21°95°
CMYK 0.000.210.02   0.05
XYZ69.684561.525886.8002
Yxy61.52580.31960.2822
Hunter Lab78.438421.3119-10.7037
CIE-Lab82.660625.5928-15.3413

#f1beeb color RGB value is (241,190,235).

#f1beeb hex color red value is 241, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f1beeb hue: 0.85 , saturation: 0.65 and the lightness value of f1beeb is 0.85.

The process color (four color CMYK) of #f1beeb color code is 0.00, 0.21, 0.02, 0.05. Web safe color of #f1beeb is #ffccff. Color #f1beeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111110 11101011
Octal 361 276 353
Decimal 241 190 235
Hex F1 BE EB

RGB Percentages of Color #f1beeb

%36.19
%28.53
%35.29

CMYK Percentages of Color #f1beeb

%0
%21
%2
%5

Triadic Colors of #f1beeb

#f1beeb #ebf1be #beebf1

Analogous Colors of #f1beeb

#f1beeb #f1bed2 #debef1

Monochromatic Colors of #f1beeb

#f1beeb

Complementary Color

#f1beeb #bef1c4

#f1beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1beeb Color CSS Codes

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

#f1beeb Text Font Color

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

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


#f1beeb Background Color

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

This div background color is #f1beeb


#f1beeb Border Color

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

This div border color is #f1beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1beeb


Comments

No comments written yet.

Please login to write comment.