Color Hex Logo

#f1bede Color Hex

#F1BEDE
(241,190,222)
0 Favorites   0 Comments

Color spaces of #f1bede

RGB 241190222
HSL0.900.650.85
HSV322°21°95°
CMYK 0.000.210.08   0.05
XYZ67.873960.801677.2658
Yxy60.80160.32960.2952
Hunter Lab77.975418.9189-4.1677
CIE-Lab82.272023.3288-8.9564

#f1bede color RGB value is (241,190,222).

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

The process color (four color CMYK) of #f1bede color hex is 0.00, 0.21, 0.08, 0.05. Web safe color of #f1bede is #ffcccc. Color #f1bede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111110 11011110
Octal 361 276 336
Decimal 241 190 222
Hex F1 BE DE

RGB Percentages of Color #f1bede

%36.91
%29.10
%34.00

CMYK Percentages of Color #f1bede

%0
%21
%8
%5

Triadic Colors of #f1bede

#f1bede #def1be #bedef1

Analogous Colors of #f1bede

#f1bede #f1bec5 #ebbef1

Monochromatic Colors of #f1bede

#f1bede

Complementary Color

#f1bede #bef1d1

#f1bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bede Color CSS Codes

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

#f1bede Text Font Color

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

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


#f1bede Background Color

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

This div background color is #f1bede


#f1bede Border Color

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

This div border color is #f1bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bede


Comments

No comments written yet.

Please login to write comment.