Color Hex Logo

#fea8fb Color Hex

#FEA8FB
(254,168,251)
0 Favorites   0 Comments

Color spaces of #fea8fb

RGB 254168251
HSL0.840.980.83
HSV302°34°100°
CMYK 0.000.340.01   0.00
XYZ72.288356.041198.2738
Yxy56.04110.31900.2473
Hunter Lab74.860641.3605-25.4310
CIE-Lab79.637244.1716-28.3893

#fea8fb color RGB value is (254,168,251).

#fea8fb hex color red value is 254, green value is 168 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fea8fb hue: 0.84 , saturation: 0.98 and the lightness value of fea8fb is 0.83.

The process color (four color CMYK) of #fea8fb color hex is 0.00, 0.34, 0.01, 0.00. Web safe color of #fea8fb is #ff99ff. Color #fea8fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 11111011
Octal 376 250 373
Decimal 254 168 251
Hex FE A8 FB

RGB Percentages of Color #fea8fb

%37.74
%24.96
%37.30

CMYK Percentages of Color #fea8fb

%0
%34
%1
%0

Triadic Colors of #fea8fb

#fea8fb #fbfea8 #a8fbfe

Analogous Colors of #fea8fb

#fea8fb #fea8d0 #d6a8fe

Monochromatic Colors of #fea8fb

#fea8fb

Complementary Color

#fea8fb #a8feab

#fea8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea8fb Color CSS Codes

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

#fea8fb Text Font Color

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

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


#fea8fb Background Color

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

This div background color is #fea8fb


#fea8fb Border Color

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

This div border color is #fea8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.