Color Hex Logo

#f299bb Color Hex

#F299BB
(242,153,187)
0 Favorites   0 Comments

Color spaces of #f299bb

RGB 242153187
HSL0.940.770.77
HSV337°37°95°
CMYK 0.000.370.23   0.05
XYZ56.978845.247652.7443
Yxy45.24760.36770.2920
Hunter Lab67.266333.48460.5965
CIE-Lab73.054637.7384-3.5306

#f299bb color RGB value is (242,153,187).

#f299bb hex color red value is 242, green value is 153 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f299bb hue: 0.94 , saturation: 0.77 and the lightness value of f299bb is 0.77.

The process color (four color CMYK) of #f299bb color hex is 0.00, 0.37, 0.23, 0.05. Web safe color of #f299bb is #ff99cc. Color #f299bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011001 10111011
Octal 362 231 273
Decimal 242 153 187
Hex F2 99 BB

RGB Percentages of Color #f299bb

%41.58
%26.29
%32.13

CMYK Percentages of Color #f299bb

%0
%37
%23
%5

Triadic Colors of #f299bb

#f299bb #bbf299 #99bbf2

Analogous Colors of #f299bb

#f299bb #f2a499 #f299e8

Monochromatic Colors of #f299bb

#f299bb

Complementary Color

#f299bb #99f2d0

#f299bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f299bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f299bb Color CSS Codes

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

#f299bb Text Font Color

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

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


#f299bb Background Color

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

This div background color is #f299bb


#f299bb Border Color

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

This div border color is #f299bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,153,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 #f299bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f299bb


Comments

No comments written yet.

Please login to write comment.