Color Hex Logo

#feadfb Color Hex

#FEADFB
(254,173,251)
0 Favorites   0 Comments

Color spaces of #feadfb

RGB 254173251
HSL0.840.980.84
HSV302°32°100°
CMYK 0.000.320.01   0.00
XYZ73.229257.923098.5874
Yxy57.92300.31870.2521
Hunter Lab76.107238.5626-23.5278
CIE-Lab80.696041.5796-26.7692

#feadfb color RGB value is (254,173,251).

#feadfb hex color red value is 254, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #feadfb hue: 0.84 , saturation: 0.98 and the lightness value of feadfb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11111011
Octal 376 255 373
Decimal 254 173 251
Hex FE AD FB

RGB Percentages of Color #feadfb

%37.46
%25.52
%37.02

CMYK Percentages of Color #feadfb

%0
%32
%1
%0

Triadic Colors of #feadfb

#feadfb #fbfead #adfbfe

Analogous Colors of #feadfb

#feadfb #feadd3 #d9adfe

Monochromatic Colors of #feadfb

#feadfb

Complementary Color

#feadfb #adfeb0

#feadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadfb Color CSS Codes

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

#feadfb Text Font Color

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

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


#feadfb Background Color

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

This div background color is #feadfb


#feadfb Border Color

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

This div border color is #feadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadfb

Related Colors


Comments

No comments written yet.

Please login to write comment.