Color Hex Logo

#fedbf7 Color Hex

#FEDBF7
(254,219,247)
0 Favorites   0 Comments

Color spaces of #fedbf7

RGB 254219247
HSL0.870.950.93
HSV312°14°100°
CMYK 0.000.140.03   0.00
XYZ82.993178.449398.7637
Yxy78.44930.31900.3015
Hunter Lab88.571612.2572-4.1125
CIE-Lab90.984516.7607-9.1456

#fedbf7 color RGB value is (254,219,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11110111
Octal 376 333 367
Decimal 254 219 247
Hex FE DB F7

RGB Percentages of Color #fedbf7

%35.28
%30.42
%34.31

CMYK Percentages of Color #fedbf7

%0
%14
%3
%0

Triadic Colors of #fedbf7

#fedbf7 #f7fedb #dbf7fe

Analogous Colors of #fedbf7

#fedbf7 #fedbe6 #f4dbfe

Monochromatic Colors of #fedbf7

#fedbf7

Complementary Color

#fedbf7 #dbfee2

#fedbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbf7 Color CSS Codes

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

#fedbf7 Text Font Color

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

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


#fedbf7 Background Color

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

This div background color is #fedbf7


#fedbf7 Border Color

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

This div border color is #fedbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbf7

Related Colors


Comments

No comments written yet.

Please login to write comment.