Color Hex Logo

#febfdb Color Hex

#FEBFDB
(254,191,219)
0 Favorites   0 Comments

Color spaces of #febfdb

RGB 254191219
HSL0.930.970.87
HSV333°25°100°
CMYK 0.000.250.14   0.00
XYZ72.290063.446975.4542
Yxy63.44690.34230.3004
Hunter Lab79.653622.6049-0.4067
CIE-Lab83.677026.7624-5.1287

#febfdb color RGB value is (254,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11011011
Octal 376 277 333
Decimal 254 191 219
Hex FE BF DB

RGB Percentages of Color #febfdb

%38.25
%28.77
%32.98

CMYK Percentages of Color #febfdb

%0
%25
%14
%0

Triadic Colors of #febfdb

#febfdb #dbfebf #bfdbfe

Analogous Colors of #febfdb

#febfdb #fec3bf #febffb

Monochromatic Colors of #febfdb

#febfdb

Complementary Color

#febfdb #bffee2

#febfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfdb Color CSS Codes

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

#febfdb Text Font Color

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

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


#febfdb Background Color

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

This div background color is #febfdb


#febfdb Border Color

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

This div border color is #febfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfdb

Related Colors


Comments

No comments written yet.

Please login to write comment.