Color Hex Logo

#fd97ee Color Hex

#FD97EE
(253,151,238)
0 Favorites   0 Comments

Color spaces of #fd97ee

RGB 253151238
HSL0.860.960.79
HSV309°40°99°
CMYK 0.000.400.06   0.01
XYZ67.007249.188986.8517
Yxy49.18890.33000.2423
Hunter Lab70.134847.8041-24.3276
CIE-Lab75.568750.3118-27.6054

#fd97ee color RGB value is (253,151,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010111 11101110
Octal 375 227 356
Decimal 253 151 238
Hex FD 97 EE

RGB Percentages of Color #fd97ee

%39.41
%23.52
%37.07

CMYK Percentages of Color #fd97ee

%0
%40
%6
%1

Triadic Colors of #fd97ee

#fd97ee #eefd97 #97eefd

Analogous Colors of #fd97ee

#fd97ee #fd97bb #d997fd

Monochromatic Colors of #fd97ee

#fd97ee

Complementary Color

#fd97ee #97fda6

#fd97ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd97ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd97ee Color CSS Codes

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

#fd97ee Text Font Color

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

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


#fd97ee Background Color

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

This div background color is #fd97ee


#fd97ee Border Color

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

This div border color is #fd97ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd97ee

Related Colors

#fd97ee Color Palettes


Comments

No comments written yet.

Please login to write comment.