Color Hex Logo

#fd9beb Color Hex

#FD9BEB
(253,155,235)
0 Favorites   0 Comments

Color spaces of #fd9beb

RGB 253155235
HSL0.860.960.80
HSV311°39°99°
CMYK 0.000.390.07   0.01
XYZ67.224850.323584.7675
Yxy50.32350.33230.2487
Hunter Lab70.939145.0107-21.1903
CIE-Lab76.267447.7813-24.9050

#fd9beb color RGB value is (253,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011011 11101011
Octal 375 233 353
Decimal 253 155 235
Hex FD 9B EB

RGB Percentages of Color #fd9beb

%39.35
%24.11
%36.55

CMYK Percentages of Color #fd9beb

%0
%39
%7
%1

Triadic Colors of #fd9beb

#fd9beb #ebfd9b #9bebfd

Analogous Colors of #fd9beb

#fd9beb #fd9bba #de9bfd

Monochromatic Colors of #fd9beb

#fd9beb

Complementary Color

#fd9beb #9bfdad

#fd9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9beb Color CSS Codes

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

#fd9beb Text Font Color

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

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


#fd9beb Background Color

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

This div background color is #fd9beb


#fd9beb Border Color

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

This div border color is #fd9beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9beb

Related Colors


Comments

No comments written yet.

Please login to write comment.