Color Hex Logo

#feb6fa Color Hex

#FEB6FA
(254,182,250)
0 Favorites   0 Comments

Color spaces of #feb6fa

RGB 254182250
HSL0.840.970.85
HSV303°28°100°
CMYK 0.000.280.02   0.00
XYZ74.856361.428998.3541
Yxy61.42890.31900.2618
Hunter Lab78.376633.3236-19.5389
CIE-Lab82.608836.7048-23.3185

#feb6fa color RGB value is (254,182,250).

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

The process color (four color CMYK) of #feb6fa color hex is 0.00, 0.28, 0.02, 0.00. Web safe color of #feb6fa is #ffccff. Color #feb6fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 11111010
Octal 376 266 372
Decimal 254 182 250
Hex FE B6 FA

RGB Percentages of Color #feb6fa

%37.03
%26.53
%36.44

CMYK Percentages of Color #feb6fa

%0
%28
%2
%0

Triadic Colors of #feb6fa

#feb6fa #fafeb6 #b6fafe

Analogous Colors of #feb6fa

#feb6fa #feb6d6 #deb6fe

Monochromatic Colors of #feb6fa

#feb6fa

Complementary Color

#feb6fa #b6feba

#feb6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb6fa Color CSS Codes

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

#feb6fa Text Font Color

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

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


#feb6fa Background Color

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

This div background color is #feb6fa


#feb6fa Border Color

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

This div border color is #feb6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.