Color Hex Logo

#feb9ca Color Hex

#FEB9CA
(254,185,202)
0 Favorites   0 Comments

Color spaces of #feb9ca

RGB 254185202
HSL0.960.970.86
HSV345°27°100°
CMYK 0.000.270.20   0.00
XYZ68.882760.033063.8341
Yxy60.03300.35740.3115
Hunter Lab77.481023.09975.3895
CIE-Lab81.856127.32451.3282

#feb9ca color RGB value is (254,185,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 11001010
Octal 376 271 312
Decimal 254 185 202
Hex FE B9 CA

RGB Percentages of Color #feb9ca

%39.63
%28.86
%31.51

CMYK Percentages of Color #feb9ca

%0
%27
%20
%0

Triadic Colors of #feb9ca

#feb9ca #cafeb9 #b9cafe

Analogous Colors of #feb9ca

#feb9ca #fecbb9 #feb9ed

Monochromatic Colors of #feb9ca

#feb9ca

Complementary Color

#feb9ca #b9feed

#feb9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb9ca Color CSS Codes

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

#feb9ca Text Font Color

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

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


#feb9ca Background Color

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

This div background color is #feb9ca


#feb9ca Border Color

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

This div border color is #feb9ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,185,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 #feb9ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb9ca

Related Colors

#feb9ca Color Palettes


Comments

No comments written yet.

Please login to write comment.