Color Hex Logo

#fc769b Color Hex

#FC769B
(252,118,155)
0 Favorites   0 Comments

Color spaces of #fc769b

RGB 252118155
HSL0.950.960.73
HSV343°53°99°
CMYK 0.000.530.38   0.01
XYZ52.539736.018935.1935
Yxy36.01890.42460.2911
Hunter Lab60.015751.23707.2431
CIE-Lab66.534454.59715.0448

#fc769b color RGB value is (252,118,155).

#fc769b hex color red value is 252, green value is 118 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fc769b hue: 0.95 , saturation: 0.96 and the lightness value of fc769b is 0.73.

The process color (four color CMYK) of #fc769b color hex is 0.00, 0.53, 0.38, 0.01. Web safe color of #fc769b is #ff6699. Color #fc769b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110110 10011011
Octal 374 166 233
Decimal 252 118 155
Hex FC 76 9B

RGB Percentages of Color #fc769b

%48.00
%22.48
%29.52

CMYK Percentages of Color #fc769b

%0
%53
%38
%1

Triadic Colors of #fc769b

#fc769b #9bfc76 #769bfc

Analogous Colors of #fc769b

#fc769b #fc9476 #fc76de

Monochromatic Colors of #fc769b

#fc769b

Complementary Color

#fc769b #76fcd7

#fc769b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc769b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc769b Color CSS Codes

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

#fc769b Text Font Color

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

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


#fc769b Background Color

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

This div background color is #fc769b


#fc769b Border Color

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

This div border color is #fc769b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc769b


Comments

No comments written yet.

Please login to write comment.