Color Hex Logo

#fecafd Color Hex

#FECAFD
(254,202,253)
0 Favorites   0 Comments

Color spaces of #fecafd

RGB 254202253
HSL0.840.960.89
HSV301°20°100°
CMYK 0.000.200.00   0.00
XYZ79.723270.4037102.3159
Yxy70.40370.31580.2789
Hunter Lab83.906922.7627-13.5633
CIE-Lab87.194526.7364-17.9739

#fecafd color RGB value is (254,202,253).

#fecafd hex color red value is 254, green value is 202 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fecafd hue: 0.84 , saturation: 0.96 and the lightness value of fecafd is 0.89.

The process color (four color CMYK) of #fecafd color hex is 0.00, 0.20, 0.00, 0.00. Web safe color of #fecafd is #ffccff. Color #fecafd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11111101
Octal 376 312 375
Decimal 254 202 253
Hex FE CA FD

RGB Percentages of Color #fecafd

%35.83
%28.49
%35.68

CMYK Percentages of Color #fecafd

%0
%20
%0
%0

Triadic Colors of #fecafd

#fecafd #fdfeca #cafdfe

Analogous Colors of #fecafd

#fecafd #fecae3 #e5cafe

Monochromatic Colors of #fecafd

#fecafd

Complementary Color

#fecafd #cafecb

#fecafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecafd Color CSS Codes

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

#fecafd Text Font Color

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

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


#fecafd Background Color

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

This div background color is #fecafd


#fecafd Border Color

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

This div border color is #fecafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecafd

Related Colors


Comments

No comments written yet.

Please login to write comment.