Color Hex Logo

#f1bdea Color Hex

#F1BDEA
(241,189,234)
0 Favorites   0 Comments

Color spaces of #f1bdea

RGB 241189234
HSL0.860.650.84
HSV308°22°95°
CMYK 0.000.220.03   0.05
XYZ69.324561.036585.9693
Yxy61.03650.32050.2821
Hunter Lab78.125921.6706-10.5543
CIE-Lab82.398425.9454-15.1998

#f1bdea color RGB value is (241,189,234).

#f1bdea hex color red value is 241, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f1bdea hue: 0.86 , saturation: 0.65 and the lightness value of f1bdea is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111101 11101010
Octal 361 275 352
Decimal 241 189 234
Hex F1 BD EA

RGB Percentages of Color #f1bdea

%36.30
%28.46
%35.24

CMYK Percentages of Color #f1bdea

%0
%22
%3
%5

Triadic Colors of #f1bdea

#f1bdea #eaf1bd #bdeaf1

Analogous Colors of #f1bdea

#f1bdea #f1bdd0 #debdf1

Monochromatic Colors of #f1bdea

#f1bdea

Complementary Color

#f1bdea #bdf1c4

#f1bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bdea Color CSS Codes

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

#f1bdea Text Font Color

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

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


#f1bdea Background Color

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

This div background color is #f1bdea


#f1bdea Border Color

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

This div border color is #f1bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bdea


Comments

No comments written yet.

Please login to write comment.