Color Hex Logo

#fd8fed Color Hex

#FD8FED
(253,143,237)
0 Favorites   0 Comments

Color spaces of #fd8fed

RGB 253143237
HSL0.860.960.78
HSV309°43°99°
CMYK 0.000.430.06   0.01
XYZ65.616546.642085.6652
Yxy46.64200.33150.2357
Hunter Lab68.294951.9833-26.5635
CIE-Lab73.960254.1448-29.5301

#fd8fed color RGB value is (253,143,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 11101101
Octal 375 217 355
Decimal 253 143 237
Hex FD 8F ED

RGB Percentages of Color #fd8fed

%39.97
%22.59
%37.44

CMYK Percentages of Color #fd8fed

%0
%43
%6
%1

Triadic Colors of #fd8fed

#fd8fed #edfd8f #8fedfd

Analogous Colors of #fd8fed

#fd8fed #fd8fb6 #d68ffd

Monochromatic Colors of #fd8fed

#fd8fed

Complementary Color

#fd8fed #8ffd9f

#fd8fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8fed Color CSS Codes

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

#fd8fed Text Font Color

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

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


#fd8fed Background Color

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

This div background color is #fd8fed


#fd8fed Border Color

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

This div border color is #fd8fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8fed

Related Colors


Comments

No comments written yet.

Please login to write comment.