Color Hex Logo

#febfc4 Color Hex

#FEBFC4
(254,191,196)
0 Favorites   0 Comments

Color spaces of #febfc4

RGB 254191196
HSL0.990.970.87
HSV355°25°100°
CMYK 0.000.250.23   0.00
XYZ69.467762.318060.5918
Yxy62.31800.36110.3239
Hunter Lab78.941818.92969.7511
CIE-Lab83.082223.30736.3256

#febfc4 color RGB value is (254,191,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11000100
Octal 376 277 304
Decimal 254 191 196
Hex FE BF C4

RGB Percentages of Color #febfc4

%39.63
%29.80
%30.58

CMYK Percentages of Color #febfc4

%0
%25
%23
%0

Triadic Colors of #febfc4

#febfc4 #c4febf #bfc4fe

Analogous Colors of #febfc4

#febfc4 #fedabf #febfe4

Monochromatic Colors of #febfc4

#febfc4

Complementary Color

#febfc4 #bffef9

#febfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfc4 Color CSS Codes

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

#febfc4 Text Font Color

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

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


#febfc4 Background Color

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

This div background color is #febfc4


#febfc4 Border Color

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

This div border color is #febfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfc4

Related Colors


Comments

No comments written yet.

Please login to write comment.