Color Hex Logo

#fc69bb Color Hex

#FC69BB
(252,105,187)
0 Favorites   0 Comments

Color spaces of #fc69bb

RGB 252105187
HSL0.910.960.70
HSV327°58°99°
CMYK 0.000.580.26   0.01
XYZ54.166134.386550.7961
Yxy34.38650.38870.2468
Hunter Lab58.640062.2614-10.3111
CIE-Lab65.268264.2460-14.9973

#fc69bb color RGB value is (252,105,187).

#fc69bb hex color red value is 252, green value is 105 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fc69bb hue: 0.91 , saturation: 0.96 and the lightness value of fc69bb is 0.70.

The process color (four color CMYK) of #fc69bb color hex is 0.00, 0.58, 0.26, 0.01. Web safe color of #fc69bb is #ff66cc. Color #fc69bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101001 10111011
Octal 374 151 273
Decimal 252 105 187
Hex FC 69 BB

RGB Percentages of Color #fc69bb

%46.32
%19.30
%34.38

CMYK Percentages of Color #fc69bb

%0
%58
%26
%1

Triadic Colors of #fc69bb

#fc69bb #bbfc69 #69bbfc

Analogous Colors of #fc69bb

#fc69bb #fc6972 #f469fc

Monochromatic Colors of #fc69bb

#fc69bb

Complementary Color

#fc69bb #69fcaa

#fc69bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc69bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc69bb Color CSS Codes

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

#fc69bb Text Font Color

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

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


#fc69bb Background Color

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

This div background color is #fc69bb


#fc69bb Border Color

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

This div border color is #fc69bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc69bb


Comments

No comments written yet.

Please login to write comment.