Color Hex Logo

#feb6ca Color Hex

#FEB6CA
(254,182,202)
0 Favorites   0 Comments

Color spaces of #feb6ca

RGB 254182202
HSL0.950.970.85
HSV343°28°100°
CMYK 0.000.280.20   0.00
XYZ68.261758.791063.6271
Yxy58.79100.35800.3083
Hunter Lab76.675324.73144.4724
CIE-Lab81.176628.89980.3377

#feb6ca color RGB value is (254,182,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 11001010
Octal 376 266 312
Decimal 254 182 202
Hex FE B6 CA

RGB Percentages of Color #feb6ca

%39.81
%28.53
%31.66

CMYK Percentages of Color #feb6ca

%0
%28
%20
%0

Triadic Colors of #feb6ca

#feb6ca #cafeb6 #b6cafe

Analogous Colors of #feb6ca

#feb6ca #fec6b6 #feb6ee

Monochromatic Colors of #feb6ca

#feb6ca

Complementary Color

#feb6ca #b6feea

#feb6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb6ca Color CSS Codes

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

#feb6ca Text Font Color

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

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


#feb6ca Background Color

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

This div background color is #feb6ca


#feb6ca Border Color

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

This div border color is #feb6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb6ca

Related Colors


Comments

No comments written yet.

Please login to write comment.