Color Hex Logo

#febcf7 Color Hex

#FEBCF7
(254,188,247)
0 Favorites   0 Comments

Color spaces of #febcf7

RGB 254188247
HSL0.850.970.87
HSV306°26°100°
CMYK 0.000.260.03   0.00
XYZ75.644863.752796.3143
Yxy63.75270.32090.2705
Hunter Lab79.845329.3802-15.6275
CIE-Lab83.836833.0270-19.8553

#febcf7 color RGB value is (254,188,247).

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

The process color (four color CMYK) of #febcf7 color hex is 0.00, 0.26, 0.03, 0.00. Web safe color of #febcf7 is #ffccff. Color #febcf7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11110111
Octal 376 274 367
Decimal 254 188 247
Hex FE BC F7

RGB Percentages of Color #febcf7

%36.87
%27.29
%35.85

CMYK Percentages of Color #febcf7

%0
%26
%3
%0

Triadic Colors of #febcf7

#febcf7 #f7febc #bcf7fe

Analogous Colors of #febcf7

#febcf7 #febcd6 #e4bcfe

Monochromatic Colors of #febcf7

#febcf7

Complementary Color

#febcf7 #bcfec3

#febcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcf7 Color CSS Codes

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

#febcf7 Text Font Color

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

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


#febcf7 Background Color

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

This div background color is #febcf7


#febcf7 Border Color

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

This div border color is #febcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcf7

Related Colors


Comments

No comments written yet.

Please login to write comment.