Color Hex Logo

#feb7cd Color Hex

#FEB7CD
(254,183,205)
1 Favorites   0 Comments

Color spaces of #feb7cd

RGB 254183205
HSL0.950.970.86
HSV341°28°100°
CMYK 0.000.280.19   0.00
XYZ68.826059.345665.5849
Yxy59.34560.35520.3063
Hunter Lab77.036124.66333.4486
CIE-Lab81.481228.8173-0.8348

#feb7cd color RGB value is (254,183,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 11001101
Octal 376 267 315
Decimal 254 183 205
Hex FE B7 CD

RGB Percentages of Color #feb7cd

%39.56
%28.50
%31.93

CMYK Percentages of Color #feb7cd

%0
%28
%19
%0

Triadic Colors of #feb7cd

#feb7cd #cdfeb7 #b7cdfe

Analogous Colors of #feb7cd

#feb7cd #fec5b7 #feb7f1

Monochromatic Colors of #feb7cd

#feb7cd

Complementary Color

#feb7cd #b7fee8

#feb7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb7cd Color CSS Codes

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

#feb7cd Text Font Color

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

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


#feb7cd Background Color

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

This div background color is #feb7cd


#feb7cd Border Color

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

This div border color is #feb7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb7cd


Comments

No comments written yet.

Please login to write comment.