Color Hex Logo

#fb69cd Color Hex

#FB69CD
(251,105,205)
0 Favorites   0 Comments

Color spaces of #fb69cd

RGB 251105205
HSL0.890.950.70
HSV319°58°98°
CMYK 0.000.580.18   0.02
XYZ55.854735.020261.5733
Yxy35.02020.36640.2297
Hunter Lab59.177964.9150-20.2655
CIE-Lab65.764466.3709-24.4162

#fb69cd color RGB value is (251,105,205).

#fb69cd hex color red value is 251, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fb69cd hue: 0.89 , saturation: 0.95 and the lightness value of fb69cd is 0.70.

The process color (four color CMYK) of #fb69cd color hex is 0.00, 0.58, 0.18, 0.02. Web safe color of #fb69cd is #ff66cc. Color #fb69cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 11001101
Octal 373 151 315
Decimal 251 105 205
Hex FB 69 CD

RGB Percentages of Color #fb69cd

%44.74
%18.72
%36.54

CMYK Percentages of Color #fb69cd

%0
%58
%18
%2

Triadic Colors of #fb69cd

#fb69cd #cdfb69 #69cdfb

Analogous Colors of #fb69cd

#fb69cd #fb6984 #e069fb

Monochromatic Colors of #fb69cd

#fb69cd

Complementary Color

#fb69cd #69fb97

#fb69cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb69cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb69cd Color CSS Codes

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

#fb69cd Text Font Color

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

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


#fb69cd Background Color

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

This div background color is #fb69cd


#fb69cd Border Color

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

This div border color is #fb69cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb69cd

Related Colors


Comments

No comments written yet.

Please login to write comment.