Color Hex Logo

#febcf8 Color Hex

#FEBCF8
(254,188,248)
0 Favorites   0 Comments

Color spaces of #febcf8

RGB 254188248
HSL0.850.970.87
HSV305°26°100°
CMYK 0.000.260.02   0.00
XYZ75.799563.814697.1293
Yxy63.81460.32020.2696
Hunter Lab79.884029.5761-16.1706
CIE-Lab83.869133.2034-20.3396

#febcf8 color RGB value is (254,188,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11111000
Octal 376 274 370
Decimal 254 188 248
Hex FE BC F8

RGB Percentages of Color #febcf8

%36.81
%27.25
%35.94

CMYK Percentages of Color #febcf8

%0
%26
%2
%0

Triadic Colors of #febcf8

#febcf8 #f8febc #bcf8fe

Analogous Colors of #febcf8

#febcf8 #febcd7 #e3bcfe

Monochromatic Colors of #febcf8

#febcf8

Complementary Color

#febcf8 #bcfec2

#febcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcf8 Color CSS Codes

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

#febcf8 Text Font Color

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

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


#febcf8 Background Color

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

This div background color is #febcf8


#febcf8 Border Color

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

This div border color is #febcf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcf8

Related Colors


Comments

No comments written yet.

Please login to write comment.