Color Hex Logo

#febbd4 Color Hex

#FEBBD4
(254,187,212)
0 Favorites   0 Comments

Color spaces of #febbd4

RGB 254187212
HSL0.940.970.86
HSV338°26°100°
CMYK 0.000.260.17   0.00
XYZ70.527061.364970.4148
Yxy61.36490.34860.3033
Hunter Lab78.335823.61901.5402
CIE-Lab82.574527.7735-2.9982

#febbd4 color RGB value is (254,187,212).

#febbd4 hex color red value is 254, green value is 187 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #febbd4 hue: 0.94 , saturation: 0.97 and the lightness value of febbd4 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11010100
Octal 376 273 324
Decimal 254 187 212
Hex FE BB D4

RGB Percentages of Color #febbd4

%38.90
%28.64
%32.47

CMYK Percentages of Color #febbd4

%0
%26
%17
%0

Triadic Colors of #febbd4

#febbd4 #d4febb #bbd4fe

Analogous Colors of #febbd4

#febbd4 #fec4bb #febbf6

Monochromatic Colors of #febbd4

#febbd4

Complementary Color

#febbd4 #bbfee5

#febbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbd4 Color CSS Codes

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

#febbd4 Text Font Color

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

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


#febbd4 Background Color

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

This div background color is #febbd4


#febbd4 Border Color

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

This div border color is #febbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbd4

Related Colors


Comments

No comments written yet.

Please login to write comment.