Color Hex Logo

#fe968f Color Hex

#FE968F
(254,150,143)
0 Favorites   0 Comments

Color spaces of #fe968f

RGB 254150143
HSL0.010.980.78
HSV44°100°
CMYK 0.000.410.44   0.00
XYZ56.737344.866731.6564
Yxy44.86670.42580.3367
Hunter Lab66.982633.978018.8670
CIE-Lab72.804038.222020.6161

#fe968f color RGB value is (254,150,143).

#fe968f hex color red value is 254, green value is 150 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fe968f hue: 0.01 , saturation: 0.98 and the lightness value of fe968f is 0.78.

The process color (four color CMYK) of #fe968f color hex is 0.00, 0.41, 0.44, 0.00. Web safe color of #fe968f is #ff9999. Color #fe968f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 10001111
Octal 376 226 217
Decimal 254 150 143
Hex FE 96 8F

RGB Percentages of Color #fe968f

%46.44
%27.42
%26.14

CMYK Percentages of Color #fe968f

%0
%41
%44
%0

Triadic Colors of #fe968f

#fe968f #8ffe96 #968ffe

Analogous Colors of #fe968f

#fe968f #fece8f #fe8fc0

Monochromatic Colors of #fe968f

#fe968f

Complementary Color

#fe968f #8ff7fe

#fe968f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe968f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe968f Color CSS Codes

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

#fe968f Text Font Color

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

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


#fe968f Background Color

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

This div background color is #fe968f


#fe968f Border Color

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

This div border color is #fe968f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe968f


Comments

No comments written yet.

Please login to write comment.