Color Hex Logo

#f297bb Color Hex

#F297BB
(242,151,187)
0 Favorites   0 Comments

Color spaces of #f297bb

RGB 242151187
HSL0.930.780.77
HSV336°38°95°
CMYK 0.000.380.23   0.05
XYZ56.654244.598352.6360
Yxy44.59830.36820.2898
Hunter Lab66.782034.56130.0164
CIE-Lab72.626638.7812-4.1610

#f297bb color RGB value is (242,151,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010111 10111011
Octal 362 227 273
Decimal 242 151 187
Hex F2 97 BB

RGB Percentages of Color #f297bb

%41.72
%26.03
%32.24

CMYK Percentages of Color #f297bb

%0
%38
%23
%5

Triadic Colors of #f297bb

#f297bb #bbf297 #97bbf2

Analogous Colors of #f297bb

#f297bb #f2a197 #f297e9

Monochromatic Colors of #f297bb

#f297bb

Complementary Color

#f297bb #97f2ce

#f297bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f297bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f297bb Color CSS Codes

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

#f297bb Text Font Color

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

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


#f297bb Background Color

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

This div background color is #f297bb


#f297bb Border Color

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

This div border color is #f297bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f297bb


Comments

No comments written yet.

Please login to write comment.