Color Hex Logo

#fda5ec Color Hex

#FDA5EC
(253,165,236)
0 Favorites   0 Comments

Color spaces of #fda5ec

RGB 253165236
HSL0.870.960.82
HSV312°35°99°
CMYK 0.000.350.07   0.01
XYZ69.103553.849086.1086
Yxy53.84900.33050.2576
Hunter Lab73.381939.6746-18.2054
CIE-Lab78.373642.8147-22.2388

#fda5ec color RGB value is (253,165,236).

#fda5ec hex color red value is 253, green value is 165 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fda5ec hue: 0.87 , saturation: 0.96 and the lightness value of fda5ec is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 11101100
Octal 375 245 354
Decimal 253 165 236
Hex FD A5 EC

RGB Percentages of Color #fda5ec

%38.69
%25.23
%36.09

CMYK Percentages of Color #fda5ec

%0
%35
%7
%1

Triadic Colors of #fda5ec

#fda5ec #ecfda5 #a5ecfd

Analogous Colors of #fda5ec

#fda5ec #fda5c0 #e2a5fd

Monochromatic Colors of #fda5ec

#fda5ec

Complementary Color

#fda5ec #a5fdb6

#fda5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda5ec Color CSS Codes

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

#fda5ec Text Font Color

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

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


#fda5ec Background Color

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

This div background color is #fda5ec


#fda5ec Border Color

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

This div border color is #fda5ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda5ec


Comments

No comments written yet.

Please login to write comment.