Color Hex Logo

#febcf9 Color Hex

#FEBCF9
(254,188,249)
1 Favorites   0 Comments

Color spaces of #febcf9

RGB 254188249
HSL0.850.970.87
HSV305°26°100°
CMYK 0.000.260.02   0.00
XYZ75.955263.876897.9487
Yxy63.87680.31940.2686
Hunter Lab79.923029.7732-16.7161
CIE-Lab83.901633.3809-20.8235

#febcf9 color RGB value is (254,188,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11111001
Octal 376 274 371
Decimal 254 188 249
Hex FE BC F9

RGB Percentages of Color #febcf9

%36.76
%27.21
%36.03

CMYK Percentages of Color #febcf9

%0
%26
%2
%0

Triadic Colors of #febcf9

#febcf9 #f9febc #bcf9fe

Analogous Colors of #febcf9

#febcf9 #febcd8 #e2bcfe

Monochromatic Colors of #febcf9

#febcf9

Complementary Color

#febcf9 #bcfec1

#febcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcf9 Color CSS Codes

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

#febcf9 Text Font Color

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

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


#febcf9 Background Color

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

This div background color is #febcf9


#febcf9 Border Color

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

This div border color is #febcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcf9

Related Colors


Comments

No comments written yet.

Please login to write comment.