Color Hex Logo

#fe656b Color Hex

#FE656B
(254,101,107)
0 Favorites   0 Comments

Color spaces of #fe656b

RGB 254101107
HSL0.990.990.70
HSV358°60°100°
CMYK 0.000.600.58   0.00
XYZ48.180631.439717.4390
Yxy31.43970.49640.3239
Hunter Lab56.071155.256420.8097
CIE-Lab62.877158.683627.3814

#fe656b color RGB value is (254,101,107).

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

The process color (four color CMYK) of #fe656b color hex is 0.00, 0.60, 0.58, 0.00. Web safe color of #fe656b is #ff6666. Color #fe656b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100101 01101011
Octal 376 145 153
Decimal 254 101 107
Hex FE 65 6B

RGB Percentages of Color #fe656b

%54.98
%21.86
%23.16

CMYK Percentages of Color #fe656b

%0
%60
%58
%0

Triadic Colors of #fe656b

#fe656b #6bfe65 #656bfe

Analogous Colors of #fe656b

#fe656b #feac65 #fe65b8

Monochromatic Colors of #fe656b

#fe656b

Complementary Color

#fe656b #65fef8

#fe656b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe656b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe656b Color CSS Codes

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

#fe656b Text Font Color

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

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


#fe656b Background Color

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

This div background color is #fe656b


#fe656b Border Color

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

This div border color is #fe656b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe656b

Related Colors


Comments

No comments written yet.

Please login to write comment.