Color Hex Logo

#febfd3 Color Hex

#FEBFD3
(254,191,211)
0 Favorites   0 Comments

Color spaces of #febfd3

RGB 254191211
HSL0.950.970.87
HSV341°25°100°
CMYK 0.000.250.17   0.00
XYZ71.261763.035670.0392
Yxy63.03560.34870.3085
Hunter Lab79.395021.27323.2731
CIE-Lab83.461125.5185-1.1615

#febfd3 color RGB value is (254,191,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11010011
Octal 376 277 323
Decimal 254 191 211
Hex FE BF D3

RGB Percentages of Color #febfd3

%38.72
%29.12
%32.16

CMYK Percentages of Color #febfd3

%0
%25
%17
%0

Triadic Colors of #febfd3

#febfd3 #d3febf #bfd3fe

Analogous Colors of #febfd3

#febfd3 #fecbbf #febff3

Monochromatic Colors of #febfd3

#febfd3

Complementary Color

#febfd3 #bffeea

#febfd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfd3 Color CSS Codes

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

#febfd3 Text Font Color

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

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


#febfd3 Background Color

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

This div background color is #febfd3


#febfd3 Border Color

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

This div border color is #febfd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfd3

Related Colors


Comments

No comments written yet.

Please login to write comment.