Color Hex Logo

#fd8ceb Color Hex

#FD8CEB
(253,140,235)
0 Favorites   0 Comments

Color spaces of #fd8ceb

RGB 253140235
HSL0.860.970.77
HSV310°45°99°
CMYK 0.000.450.07   0.01
XYZ64.881545.637083.9864
Yxy45.63700.33360.2346
Hunter Lab67.555253.2139-26.4223
CIE-Lab73.309455.2939-29.4382

#fd8ceb color RGB value is (253,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001100 11101011
Octal 375 214 353
Decimal 253 140 235
Hex FD 8C EB

RGB Percentages of Color #fd8ceb

%40.29
%22.29
%37.42

CMYK Percentages of Color #fd8ceb

%0
%45
%7
%1

Triadic Colors of #fd8ceb

#fd8ceb #ebfd8c #8cebfd

Analogous Colors of #fd8ceb

#fd8ceb #fd8cb3 #d78cfd

Monochromatic Colors of #fd8ceb

#fd8ceb

Complementary Color

#fd8ceb #8cfd9e

#fd8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8ceb Color CSS Codes

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

#fd8ceb Text Font Color

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

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


#fd8ceb Background Color

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

This div background color is #fd8ceb


#fd8ceb Border Color

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

This div border color is #fd8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8ceb

Related Colors


Comments

No comments written yet.

Please login to write comment.