Color Hex Logo

#feb3cb Color Hex

#FEB3CB
(254,179,203)
0 Favorites   0 Comments

Color spaces of #feb3cb

RGB 254179203
HSL0.950.970.85
HSV341°30°100°
CMYK 0.000.300.20   0.00
XYZ67.772657.622864.0502
Yxy57.62280.35770.3042
Hunter Lab75.909726.52393.1097
CIE-Lab80.528630.6208-1.1493

#feb3cb color RGB value is (254,179,203).

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

The process color (four color CMYK) of #feb3cb color hex is 0.00, 0.30, 0.20, 0.00. Web safe color of #feb3cb is #ffcccc. Color #feb3cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 11001011
Octal 376 263 313
Decimal 254 179 203
Hex FE B3 CB

RGB Percentages of Color #feb3cb

%39.94
%28.14
%31.92

CMYK Percentages of Color #feb3cb

%0
%30
%20
%0

Triadic Colors of #feb3cb

#feb3cb #cbfeb3 #b3cbfe

Analogous Colors of #feb3cb

#feb3cb #fec1b3 #feb3f1

Monochromatic Colors of #feb3cb

#feb3cb

Complementary Color

#feb3cb #b3fee6

#feb3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb3cb Color CSS Codes

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

#feb3cb Text Font Color

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

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


#feb3cb Background Color

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

This div background color is #feb3cb


#feb3cb Border Color

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

This div border color is #feb3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb3cb


Comments

No comments written yet.

Please login to write comment.