Color Hex Logo

#fb69dc Color Hex

#FB69DC
(251,105,220)
0 Favorites   0 Comments

Color spaces of #fb69dc

RGB 251105220
HSL0.870.950.70
HSV313°58°98°
CMYK 0.000.580.12   0.02
XYZ57.753535.779771.5724
Yxy35.77970.34980.2167
Hunter Lab59.816167.6666-29.0716
CIE-Lab66.351368.5343-31.9120

#fb69dc color RGB value is (251,105,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 11011100
Octal 373 151 334
Decimal 251 105 220
Hex FB 69 DC

RGB Percentages of Color #fb69dc

%43.58
%18.23
%38.19

CMYK Percentages of Color #fb69dc

%0
%58
%12
%2

Triadic Colors of #fb69dc

#fb69dc #dcfb69 #69dcfb

Analogous Colors of #fb69dc

#fb69dc #fb6993 #d169fb

Monochromatic Colors of #fb69dc

#fb69dc

Complementary Color

#fb69dc #69fb88

#fb69dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb69dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb69dc Color CSS Codes

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

#fb69dc Text Font Color

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

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


#fb69dc Background Color

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

This div background color is #fb69dc


#fb69dc Border Color

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

This div border color is #fb69dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb69dc


Comments

No comments written yet.

Please login to write comment.