Color Hex Logo

#fedbf1 Color Hex

#FEDBF1
(254,219,241)
0 Favorites   0 Comments

Color spaces of #fedbf1

RGB 254219241
HSL0.900.950.93
HSV322°14°100°
CMYK 0.000.140.05   0.00
XYZ82.081878.084793.9648
Yxy78.08470.32300.3073
Hunter Lab88.365511.1670-1.1910
CIE-Lab90.818515.7205-6.2439

#fedbf1 color RGB value is (254,219,241).

#fedbf1 hex color red value is 254, green value is 219 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #fedbf1 hue: 0.90 , saturation: 0.95 and the lightness value of fedbf1 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11110001
Octal 376 333 361
Decimal 254 219 241
Hex FE DB F1

RGB Percentages of Color #fedbf1

%35.57
%30.67
%33.75

CMYK Percentages of Color #fedbf1

%0
%14
%5
%0

Triadic Colors of #fedbf1

#fedbf1 #f1fedb #dbf1fe

Analogous Colors of #fedbf1

#fedbf1 #fedbe0 #fadbfe

Monochromatic Colors of #fedbf1

#fedbf1

Complementary Color

#fedbf1 #dbfee8

#fedbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbf1 Color CSS Codes

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

#fedbf1 Text Font Color

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

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


#fedbf1 Background Color

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

This div background color is #fedbf1


#fedbf1 Border Color

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

This div border color is #fedbf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbf1

Related Colors


Comments

No comments written yet.

Please login to write comment.