Color Hex Logo

#fd8cee Color Hex

#FD8CEE
(253,140,238)
0 Favorites   0 Comments

Color spaces of #fd8cee

RGB 253140238
HSL0.860.970.77
HSV308°45°99°
CMYK 0.000.450.06   0.01
XYZ65.318745.811986.2888
Yxy45.81190.33090.2321
Hunter Lab67.684553.8130-28.2078
CIE-Lab73.423355.7894-30.9027

#fd8cee color RGB value is (253,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001100 11101110
Octal 375 214 356
Decimal 253 140 238
Hex FD 8C EE

RGB Percentages of Color #fd8cee

%40.10
%22.19
%37.72

CMYK Percentages of Color #fd8cee

%0
%45
%6
%1

Triadic Colors of #fd8cee

#fd8cee #eefd8c #8ceefd

Analogous Colors of #fd8cee

#fd8cee #fd8cb6 #d48cfd

Monochromatic Colors of #fd8cee

#fd8cee

Complementary Color

#fd8cee #8cfd9b

#fd8cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8cee Color CSS Codes

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

#fd8cee Text Font Color

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

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


#fd8cee Background Color

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

This div background color is #fd8cee


#fd8cee Border Color

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

This div border color is #fd8cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8cee


Comments

No comments written yet.

Please login to write comment.