Color Hex Logo

#febedb Color Hex

#FEBEDB
(254,190,219)
0 Favorites   0 Comments

Color spaces of #febedb

RGB 254190219
HSL0.920.970.87
HSV333°25°100°
CMYK 0.000.250.14   0.00
XYZ72.072763.012275.3818
Yxy63.01220.34240.2994
Hunter Lab79.380223.1524-0.7374
CIE-Lab83.448827.2881-5.4655

#febedb color RGB value is (254,190,219).

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

The process color (four color CMYK) of #febedb color hex is 0.00, 0.25, 0.14, 0.00. Web safe color of #febedb is #ffcccc. Color #febedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 11011011
Octal 376 276 333
Decimal 254 190 219
Hex FE BE DB

RGB Percentages of Color #febedb

%38.31
%28.66
%33.03

CMYK Percentages of Color #febedb

%0
%25
%14
%0

Triadic Colors of #febedb

#febedb #dbfebe #bedbfe

Analogous Colors of #febedb

#febedb #fec1be #febefb

Monochromatic Colors of #febedb

#febedb

Complementary Color

#febedb #befee1

#febedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febedb Color CSS Codes

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

#febedb Text Font Color

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

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


#febedb Background Color

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

This div background color is #febedb


#febedb Border Color

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

This div border color is #febedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febedb


Comments

No comments written yet.

Please login to write comment.