Color Hex Logo

#feb6fd Color Hex

#FEB6FD
(254,182,253)
0 Favorites   0 Comments

Color spaces of #feb6fd

RGB 254182253
HSL0.840.970.85
HSV301°28°100°
CMYK 0.000.280.00   0.00
XYZ75.330661.6186100.8517
Yxy61.61860.31680.2591
Hunter Lab78.497533.9279-21.2261
CIE-Lab82.710237.2409-24.7665

#feb6fd color RGB value is (254,182,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 11111101
Octal 376 266 375
Decimal 254 182 253
Hex FE B6 FD

RGB Percentages of Color #feb6fd

%36.87
%26.42
%36.72

CMYK Percentages of Color #feb6fd

%0
%28
%0
%0

Triadic Colors of #feb6fd

#feb6fd #fdfeb6 #b6fdfe

Analogous Colors of #feb6fd

#feb6fd #feb6d9 #dbb6fe

Monochromatic Colors of #feb6fd

#feb6fd

Complementary Color

#feb6fd #b6feb7

#feb6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb6fd Color CSS Codes

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

#feb6fd Text Font Color

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

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


#feb6fd Background Color

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

This div background color is #feb6fd


#feb6fd Border Color

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

This div border color is #feb6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.