Color Hex Logo

#fc196b Color Hex

#FC196B
(252,25,107)
0 Favorites   0 Comments

Color spaces of #fc196b

RGB 25225107
HSL0.940.970.54
HSV338°90°99°
CMYK 0.000.900.58   0.01
XYZ43.146422.452215.9696
Yxy22.45220.52900.2753
Hunter Lab47.383879.615813.1863
CIE-Lab54.503580.377416.0848

#fc196b color RGB value is (252,25,107).

#fc196b hex color red value is 252, green value is 25 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fc196b hue: 0.94 , saturation: 0.97 and the lightness value of fc196b is 0.54.

The process color (four color CMYK) of #fc196b color hex is 0.00, 0.90, 0.58, 0.01. Web safe color of #fc196b is #ff0066. Color #fc196b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 01101011
Octal 374 31 153
Decimal 252 25 107
Hex FC 19 6B

RGB Percentages of Color #fc196b

%65.63
%6.51
%27.86

CMYK Percentages of Color #fc196b

%0
%90
%58
%1

Triadic Colors of #fc196b

#fc196b #6bfc19 #196bfc

Analogous Colors of #fc196b

#fc196b #fc3919 #fc19dd

Monochromatic Colors of #fc196b

#fc196b

Complementary Color

#fc196b #19fcaa

#fc196b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc196b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc196b Color CSS Codes

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

#fc196b Text Font Color

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

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


#fc196b Background Color

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

This div background color is #fc196b


#fc196b Border Color

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

This div border color is #fc196b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,25,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 #fc196b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc196b


Comments

No comments written yet.

Please login to write comment.