Color Hex Logo

#fc665e Color Hex

#FC665E
(252,102,94)
0 Favorites   0 Comments

Color spaces of #fc665e

RGB 25210294
HSL0.010.960.68
HSV63°99°
CMYK 0.000.600.63   0.01
XYZ46.916631.006314.1017
Yxy31.00630.50980.3369
Hunter Lab55.683352.951423.9632
CIE-Lab62.513056.735834.1780

#fc665e color RGB value is (252,102,94).

#fc665e hex color red value is 252, green value is 102 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fc665e hue: 0.01 , saturation: 0.96 and the lightness value of fc665e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100110 01011110
Octal 374 146 136
Decimal 252 102 94
Hex FC 66 5E

RGB Percentages of Color #fc665e

%56.25
%22.77
%20.98

CMYK Percentages of Color #fc665e

%0
%60
%63
%1

Triadic Colors of #fc665e

#fc665e #5efc66 #665efc

Analogous Colors of #fc665e

#fc665e #fcb55e #fc5ea5

Monochromatic Colors of #fc665e

#fc665e

Complementary Color

#fc665e #5ef4fc

#fc665e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc665e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc665e Color CSS Codes

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

#fc665e Text Font Color

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

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


#fc665e Background Color

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

This div background color is #fc665e


#fc665e Border Color

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

This div border color is #fc665e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,102,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc665e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc665e;
  -webkit-box-shadow: 1px 1px 3px 2px #fc665e;
  box-shadow:         1px 1px 3px 2px #fc665e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,102,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc665e


Comments

No comments written yet.

Please login to write comment.