Color Hex Logo

#fd9bea Color Hex

#FD9BEA
(253,155,234)
0 Favorites   0 Comments

Color spaces of #fd9bea

RGB 253155234
HSL0.870.960.80
HSV312°39°99°
CMYK 0.000.390.08   0.01
XYZ67.080650.265884.0086
Yxy50.26580.33310.2496
Hunter Lab70.898444.8159-20.6248
CIE-Lab76.232147.6146-24.4151

#fd9bea color RGB value is (253,155,234).

#fd9bea hex color red value is 253, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fd9bea hue: 0.87 , saturation: 0.96 and the lightness value of fd9bea is 0.80.

The process color (four color CMYK) of #fd9bea color hex is 0.00, 0.39, 0.08, 0.01. Web safe color of #fd9bea is #ff99ff. Color #fd9bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011011 11101010
Octal 375 233 352
Decimal 253 155 234
Hex FD 9B EA

RGB Percentages of Color #fd9bea

%39.41
%24.14
%36.45

CMYK Percentages of Color #fd9bea

%0
%39
%8
%1

Triadic Colors of #fd9bea

#fd9bea #eafd9b #9beafd

Analogous Colors of #fd9bea

#fd9bea #fd9bb9 #df9bfd

Monochromatic Colors of #fd9bea

#fd9bea

Complementary Color

#fd9bea #9bfdae

#fd9bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9bea Color CSS Codes

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

#fd9bea Text Font Color

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

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


#fd9bea Background Color

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

This div background color is #fd9bea


#fd9bea Border Color

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

This div border color is #fd9bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9bea

Related Colors


Comments

No comments written yet.

Please login to write comment.