Color Hex Logo

#fedffa Color Hex

#FEDFFA
(254,223,250)
0 Favorites   0 Comments

Color spaces of #fedffa

RGB 254223250
HSL0.850.940.94
HSV308°12°100°
CMYK 0.000.120.02   0.00
XYZ84.516080.7483101.5740
Yxy80.74830.31670.3026
Hunter Lab89.860110.6293-4.1169
CIE-Lab92.019615.2047-9.1802

#fedffa color RGB value is (254,223,250).

#fedffa hex color red value is 254, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fedffa hue: 0.85 , saturation: 0.94 and the lightness value of fedffa is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11111010
Octal 376 337 372
Decimal 254 223 250
Hex FE DF FA

RGB Percentages of Color #fedffa

%34.94
%30.67
%34.39

CMYK Percentages of Color #fedffa

%0
%12
%2
%0

Triadic Colors of #fedffa

#fedffa #fafedf #dffafe

Analogous Colors of #fedffa

#fedffa #fedfeb #f3dffe

Monochromatic Colors of #fedffa

#fedffa

Complementary Color

#fedffa #dffee3

#fedffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedffa Color CSS Codes

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

#fedffa Text Font Color

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

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


#fedffa Background Color

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

This div background color is #fedffa


#fedffa Border Color

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

This div border color is #fedffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedffa


Comments

No comments written yet.

Please login to write comment.