Color Hex Logo

#febcc7 Color Hex

#FEBCC7
(254,188,199)
0 Favorites   0 Comments

Color spaces of #febcc7

RGB 254188199
HSL0.970.970.87
HSV350°26°100°
CMYK 0.000.260.22   0.00
XYZ69.165161.160862.1926
Yxy61.16080.35930.3177
Hunter Lab78.205421.00667.5936
CIE-Lab82.465125.31253.8255

#febcc7 color RGB value is (254,188,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11000111
Octal 376 274 307
Decimal 254 188 199
Hex FE BC C7

RGB Percentages of Color #febcc7

%39.63
%29.33
%31.05

CMYK Percentages of Color #febcc7

%0
%26
%22
%0

Triadic Colors of #febcc7

#febcc7 #c7febc #bcc7fe

Analogous Colors of #febcc7

#febcc7 #fed2bc #febce8

Monochromatic Colors of #febcc7

#febcc7

Complementary Color

#febcc7 #bcfef3

#febcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcc7 Color CSS Codes

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

#febcc7 Text Font Color

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

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


#febcc7 Background Color

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

This div background color is #febcc7


#febcc7 Border Color

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

This div border color is #febcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcc7

Related Colors


Comments

No comments written yet.

Please login to write comment.