Color Hex Logo

#fb699a Color Hex

#FB699A
(251,105,154)
0 Favorites   0 Comments

Color spaces of #fb699a

RGB 251105154
HSL0.940.950.70
HSV340°58°98°
CMYK 0.000.580.39   0.02
XYZ50.668032.945534.2605
Yxy32.94550.42980.2795
Hunter Lab57.398257.12334.7890
CIE-Lab64.116860.08602.1003

#fb699a color RGB value is (251,105,154).

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

The process color (four color CMYK) of #fb699a color hex is 0.00, 0.58, 0.39, 0.02. Web safe color of #fb699a is #ff6699. Color #fb699a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 10011010
Octal 373 151 232
Decimal 251 105 154
Hex FB 69 9A

RGB Percentages of Color #fb699a

%49.22
%20.59
%30.20

CMYK Percentages of Color #fb699a

%0
%58
%39
%2

Triadic Colors of #fb699a

#fb699a #9afb69 #699afb

Analogous Colors of #fb699a

#fb699a #fb8169 #fb69e3

Monochromatic Colors of #fb699a

#fb699a

Complementary Color

#fb699a #69fbca

#fb699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb699a Color CSS Codes

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

#fb699a Text Font Color

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

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


#fb699a Background Color

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

This div background color is #fb699a


#fb699a Border Color

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

This div border color is #fb699a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb699a


Comments

No comments written yet.

Please login to write comment.