Color Hex Logo

#febfda Color Hex

#FEBFDA
(254,191,218)
1 Favorites   0 Comments

Color spaces of #febfda

RGB 254191218
HSL0.930.970.87
HSV334°25°100°
CMYK 0.000.250.14   0.00
XYZ72.158763.394474.7628
Yxy63.39440.34310.3014
Hunter Lab79.620622.43520.0618
CIE-Lab83.649526.6045-4.6339

#febfda color RGB value is (254,191,218).

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

The process color (four color CMYK) of #febfda color hex is 0.00, 0.25, 0.14, 0.00. Web safe color of #febfda is #ffcccc. Color #febfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11011010
Octal 376 277 332
Decimal 254 191 218
Hex FE BF DA

RGB Percentages of Color #febfda

%38.31
%28.81
%32.88

CMYK Percentages of Color #febfda

%0
%25
%14
%0

Triadic Colors of #febfda

#febfda #dafebf #bfdafe

Analogous Colors of #febfda

#febfda #fec4bf #febffa

Monochromatic Colors of #febfda

#febfda

Complementary Color

#febfda #bffee3

#febfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfda Color CSS Codes

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

#febfda Text Font Color

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

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


#febfda Background Color

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

This div background color is #febfda


#febfda Border Color

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

This div border color is #febfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfda


Comments

No comments written yet.

Please login to write comment.