Color Hex Logo

#fd9bef Color Hex

#FD9BEF
(253,155,239)
0 Favorites   0 Comments

Color spaces of #fd9bef

RGB 253155239
HSL0.860.960.80
HSV309°39°99°
CMYK 0.000.390.06   0.01
XYZ67.809350.557387.8460
Yxy50.55730.32880.2452
Hunter Lab71.103745.7984-23.4781
CIE-Lab76.410148.4538-26.8598

#fd9bef color RGB value is (253,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011011 11101111
Octal 375 233 357
Decimal 253 155 239
Hex FD 9B EF

RGB Percentages of Color #fd9bef

%39.10
%23.96
%36.94

CMYK Percentages of Color #fd9bef

%0
%39
%6
%1

Triadic Colors of #fd9bef

#fd9bef #effd9b #9beffd

Analogous Colors of #fd9bef

#fd9bef #fd9bbe #da9bfd

Monochromatic Colors of #fd9bef

#fd9bef

Complementary Color

#fd9bef #9bfda9

#fd9bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9bef Color CSS Codes

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

#fd9bef Text Font Color

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

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


#fd9bef Background Color

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

This div background color is #fd9bef


#fd9bef Border Color

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

This div border color is #fd9bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,155,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9bef

Related Colors


Comments

No comments written yet.

Please login to write comment.