Color Hex Logo

#fedefb Color Hex

#FEDEFB
(254,222,251)
0 Favorites   0 Comments

Color spaces of #fedefb

RGB 254222251
HSL0.850.940.93
HSV306°13°100°
CMYK 0.000.130.01   0.00
XYZ84.406980.2784102.3133
Yxy80.27840.31610.3007
Hunter Lab89.598211.3608-4.9852
CIE-Lab91.809615.9027-10.0151

#fedefb color RGB value is (254,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 11111011
Octal 376 336 373
Decimal 254 222 251
Hex FE DE FB

RGB Percentages of Color #fedefb

%34.94
%30.54
%34.53

CMYK Percentages of Color #fedefb

%0
%13
%1
%0

Triadic Colors of #fedefb

#fedefb #fbfede #defbfe

Analogous Colors of #fedefb

#fedefb #fedeeb #f1defe

Monochromatic Colors of #fedefb

#fedefb

Complementary Color

#fedefb #defee1

#fedefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedefb Color CSS Codes

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

#fedefb Text Font Color

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

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


#fedefb Background Color

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

This div background color is #fedefb


#fedefb Border Color

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

This div border color is #fedefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,222,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 #fedefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedefb

Related Colors


Comments

No comments written yet.

Please login to write comment.