Color Hex Logo

#feb3ca Color Hex

#FEB3CA
(254,179,202)
1 Favorites   0 Comments

Color spaces of #feb3ca

RGB 254179202
HSL0.950.970.85
HSV342°30°100°
CMYK 0.000.300.20   0.00
XYZ67.653857.575363.4245
Yxy57.57530.35860.3052
Hunter Lab75.878426.36493.5561
CIE-Lab80.502130.4740-0.6475

#feb3ca color RGB value is (254,179,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 11001010
Octal 376 263 312
Decimal 254 179 202
Hex FE B3 CA

RGB Percentages of Color #feb3ca

%40.00
%28.19
%31.81

CMYK Percentages of Color #feb3ca

%0
%30
%20
%0

Triadic Colors of #feb3ca

#feb3ca #cafeb3 #b3cafe

Analogous Colors of #feb3ca

#feb3ca #fec2b3 #feb3f0

Monochromatic Colors of #feb3ca

#feb3ca

Complementary Color

#feb3ca #b3fee7

#feb3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb3ca Color CSS Codes

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

#feb3ca Text Font Color

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

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


#feb3ca Background Color

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

This div background color is #feb3ca


#feb3ca Border Color

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

This div border color is #feb3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb3ca

Related Colors

#feb3ca Color Palettes


Comments

No comments written yet.

Please login to write comment.