Color Hex Logo

#f299af Color Hex

#F299AF
(242,153,175)
0 Favorites   0 Comments

Color spaces of #f299af

RGB 242153175
HSL0.960.770.77
HSV345°37°95°
CMYK 0.000.370.28   0.05
XYZ55.747044.754946.2578
Yxy44.75490.37990.3050
Hunter Lab66.899131.67065.8329
CIE-Lab72.730236.07652.6326

#f299af color RGB value is (242,153,175).

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

The process color (four color CMYK) of #f299af color hex is 0.00, 0.37, 0.28, 0.05. Web safe color of #f299af is #ff9999. Color #f299af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011001 10101111
Octal 362 231 257
Decimal 242 153 175
Hex F2 99 AF

RGB Percentages of Color #f299af

%42.46
%26.84
%30.70

CMYK Percentages of Color #f299af

%0
%37
%28
%5

Triadic Colors of #f299af

#f299af #aff299 #99aff2

Analogous Colors of #f299af

#f299af #f2b099 #f299dc

Monochromatic Colors of #f299af

#f299af

Complementary Color

#f299af #99f2dc

#f299af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f299af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f299af Color CSS Codes

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

#f299af Text Font Color

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

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


#f299af Background Color

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

This div background color is #f299af


#f299af Border Color

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

This div border color is #f299af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,153,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f299af


Comments

No comments written yet.

Please login to write comment.