Color Hex Logo

#fed0fc Color Hex

#FED0FC
(254,208,252)
0 Favorites   0 Comments

Color spaces of #fed0fc

RGB 254208252
HSL0.840.960.91
HSV303°18°100°
CMYK 0.000.180.01   0.00
XYZ80.999673.2109101.9574
Yxy73.21090.31620.2858
Hunter Lab85.563419.2433-10.7557
CIE-Lab88.548223.4047-15.4109

#fed0fc color RGB value is (254,208,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 11111100
Octal 376 320 374
Decimal 254 208 252
Hex FE D0 FC

RGB Percentages of Color #fed0fc

%35.57
%29.13
%35.29

CMYK Percentages of Color #fed0fc

%0
%18
%1
%0

Triadic Colors of #fed0fc

#fed0fc #fcfed0 #d0fcfe

Analogous Colors of #fed0fc

#fed0fc #fed0e5 #e9d0fe

Monochromatic Colors of #fed0fc

#fed0fc

Complementary Color

#fed0fc #d0fed2

#fed0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed0fc Color CSS Codes

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

#fed0fc Text Font Color

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

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


#fed0fc Background Color

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

This div background color is #fed0fc


#fed0fc Border Color

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

This div border color is #fed0fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed0fc

Related Colors


Comments

No comments written yet.

Please login to write comment.