Color Hex Logo

#febcdb Color Hex

#FEBCDB
(254,188,219)
0 Favorites   0 Comments

Color spaces of #febcdb

RGB 254188219
HSL0.920.970.87
HSV332°26°100°
CMYK 0.000.260.14   0.00
XYZ71.642562.151775.2384
Yxy62.15170.34270.2973
Hunter Lab78.836324.2482-1.3987
CIE-Lab82.994028.3394-6.1373

#febcdb color RGB value is (254,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11011011
Octal 376 274 333
Decimal 254 188 219
Hex FE BC DB

RGB Percentages of Color #febcdb

%38.43
%28.44
%33.13

CMYK Percentages of Color #febcdb

%0
%26
%14
%0

Triadic Colors of #febcdb

#febcdb #dbfebc #bcdbfe

Analogous Colors of #febcdb

#febcdb #febebc #febcfc

Monochromatic Colors of #febcdb

#febcdb

Complementary Color

#febcdb #bcfedf

#febcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcdb Color CSS Codes

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

#febcdb Text Font Color

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

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


#febcdb Background Color

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

This div background color is #febcdb


#febcdb Border Color

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

This div border color is #febcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcdb


Comments

No comments written yet.

Please login to write comment.