Color Hex Logo

#fedbf9 Color Hex

#FEDBF9
(254,219,249)
0 Favorites   0 Comments

Color spaces of #fedbf9

RGB 254219249
HSL0.860.950.93
HSV309°14°100°
CMYK 0.000.140.02   0.00
XYZ83.303578.5734100.3982
Yxy78.57340.31760.2996
Hunter Lab88.641612.6276-5.1045
CIE-Lab91.040917.1127-10.1105

#fedbf9 color RGB value is (254,219,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11111001
Octal 376 333 371
Decimal 254 219 249
Hex FE DB F9

RGB Percentages of Color #fedbf9

%35.18
%30.33
%34.49

CMYK Percentages of Color #fedbf9

%0
%14
%2
%0

Triadic Colors of #fedbf9

#fedbf9 #f9fedb #dbf9fe

Analogous Colors of #fedbf9

#fedbf9 #fedbe8 #f2dbfe

Monochromatic Colors of #fedbf9

#fedbf9

Complementary Color

#fedbf9 #dbfee0

#fedbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbf9 Color CSS Codes

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

#fedbf9 Text Font Color

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

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


#fedbf9 Background Color

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

This div background color is #fedbf9


#fedbf9 Border Color

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

This div border color is #fedbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbf9

Related Colors


Comments

No comments written yet.

Please login to write comment.