Color Hex Logo

#febdcc Color Hex

#FEBDCC
(254,189,204)
0 Favorites   0 Comments

Color spaces of #febdcc

RGB 254189204
HSL0.960.970.87
HSV346°26°100°
CMYK 0.000.260.20   0.00
XYZ69.969761.825765.3725
Yxy61.82570.35490.3136
Hunter Lab78.629321.24015.7468
CIE-Lab82.820625.51721.6571

#febdcc color RGB value is (254,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 11001100
Octal 376 275 314
Decimal 254 189 204
Hex FE BD CC

RGB Percentages of Color #febdcc

%39.26
%29.21
%31.53

CMYK Percentages of Color #febdcc

%0
%26
%20
%0

Triadic Colors of #febdcc

#febdcc #ccfebd #bdccfe

Analogous Colors of #febdcc

#febdcc #fecfbd #febded

Monochromatic Colors of #febdcc

#febdcc

Complementary Color

#febdcc #bdfeef

#febdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#febdcc Color CSS Codes

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

#febdcc Text Font Color

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

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


#febdcc Background Color

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

This div background color is #febdcc


#febdcc Border Color

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

This div border color is #febdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febdcc


Comments

No comments written yet.

Please login to write comment.