Color Hex Logo

#feb5cf Color Hex

#FEB5CF
(254,181,207)
0 Favorites   0 Comments

Color spaces of #feb5cf

RGB 254181207
HSL0.940.970.85
HSV339°29°100°
CMYK 0.000.290.19   0.00
XYZ68.659458.623666.7282
Yxy58.62360.35390.3022
Hunter Lab76.566026.07651.9243
CIE-Lab81.084330.1657-2.4950

#feb5cf color RGB value is (254,181,207).

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

The process color (four color CMYK) of #feb5cf color hex is 0.00, 0.29, 0.19, 0.00. Web safe color of #feb5cf is #ffcccc. Color #feb5cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 11001111
Octal 376 265 317
Decimal 254 181 207
Hex FE B5 CF

RGB Percentages of Color #feb5cf

%39.56
%28.19
%32.24

CMYK Percentages of Color #feb5cf

%0
%29
%19
%0

Triadic Colors of #feb5cf

#feb5cf #cffeb5 #b5cffe

Analogous Colors of #feb5cf

#feb5cf #fec0b5 #feb5f4

Monochromatic Colors of #feb5cf

#feb5cf

Complementary Color

#feb5cf #b5fee4

#feb5cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb5cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb5cf Color CSS Codes

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

#feb5cf Text Font Color

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

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


#feb5cf Background Color

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

This div background color is #feb5cf


#feb5cf Border Color

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

This div border color is #feb5cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb5cf


Comments

No comments written yet.

Please login to write comment.