Color Hex Logo

#f69990 Color Hex

#F69990
(246,153,144)
0 Favorites   0 Comments

Color spaces of #f69990

RGB 246153144
HSL0.010.850.76
HSV41°96°
CMYK 0.000.380.41   0.04
XYZ54.431344.388932.0846
Yxy44.38890.41580.3391
Hunter Lab66.625029.237218.0852
CIE-Lab72.487733.803019.4760

#f69990 color RGB value is (246,153,144).

#f69990 hex color red value is 246, green value is 153 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #f69990 hue: 0.01 , saturation: 0.85 and the lightness value of f69990 is 0.76.

The process color (four color CMYK) of #f69990 color hex is 0.00, 0.38, 0.41, 0.04. Web safe color of #f69990 is #ff9999. Color #f69990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011001 10010000
Octal 366 231 220
Decimal 246 153 144
Hex F6 99 90

RGB Percentages of Color #f69990

%45.30
%28.18
%26.52

CMYK Percentages of Color #f69990

%0
%38
%41
%4

Triadic Colors of #f69990

#f69990 #90f699 #9990f6

Analogous Colors of #f69990

#f69990 #f6cc90 #f690ba

Monochromatic Colors of #f69990

#f69990

Complementary Color

#f69990 #90edf6

#f69990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69990 Color CSS Codes

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

#f69990 Text Font Color

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

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


#f69990 Background Color

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

This div background color is #f69990


#f69990 Border Color

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

This div border color is #f69990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69990


Comments

No comments written yet.

Please login to write comment.