Color Hex Logo

#fe69be Color Hex

#FE69BE
(254,105,190)
0 Favorites   0 Comments

Color spaces of #fe69be

RGB 254105190
HSL0.900.990.70
HSV326°59°100°
CMYK 0.000.590.25   0.00
XYZ55.218934.891752.5396
Yxy34.89170.38710.2446
Hunter Lab59.069263.4938-11.3876
CIE-Lab65.664365.2073-16.0692

#fe69be color RGB value is (254,105,190).

#fe69be hex color red value is 254, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fe69be hue: 0.90 , saturation: 0.99 and the lightness value of fe69be is 0.70.

The process color (four color CMYK) of #fe69be color hex is 0.00, 0.59, 0.25, 0.00. Web safe color of #fe69be is #ff66cc. Color #fe69be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101001 10111110
Octal 376 151 276
Decimal 254 105 190
Hex FE 69 BE

RGB Percentages of Color #fe69be

%46.27
%19.13
%34.61

CMYK Percentages of Color #fe69be

%0
%59
%25
%0

Triadic Colors of #fe69be

#fe69be #befe69 #69befe

Analogous Colors of #fe69be

#fe69be #fe6974 #f469fe

Monochromatic Colors of #fe69be

#fe69be

Complementary Color

#fe69be #69fea9

#fe69be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe69be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe69be Color CSS Codes

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

#fe69be Text Font Color

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

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


#fe69be Background Color

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

This div background color is #fe69be


#fe69be Border Color

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

This div border color is #fe69be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe69be

Related Colors


Comments

No comments written yet.

Please login to write comment.