Color Hex Logo

#faf188 Color Hex

#FAF188
(250,241,136)
0 Favorites   0 Comments

Color spaces of #faf188

RGB 250241136
HSL0.150.920.76
HSV55°46°98°
CMYK 0.000.040.46   0.02
XYZ75.323685.012235.7316
Yxy85.01220.38420.4336
Hunter Lab92.2021-15.529741.5644
CIE-Lab93.8884-10.955351.5109

#faf188 color RGB value is (250,241,136).

#faf188 hex color red value is 250, green value is 241 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #faf188 hue: 0.15 , saturation: 0.92 and the lightness value of faf188 is 0.76.

The process color (four color CMYK) of #faf188 color hex is 0.00, 0.04, 0.46, 0.02. Web safe color of #faf188 is #ffff99. Color #faf188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 10001000
Octal 372 361 210
Decimal 250 241 136
Hex FA F1 88

RGB Percentages of Color #faf188

%39.87
%38.44
%21.69

CMYK Percentages of Color #faf188

%0
%4
%46
%2

Triadic Colors of #faf188

#faf188 #88faf1 #f188fa

Analogous Colors of #faf188

#faf188 #cafa88 #fab888

Monochromatic Colors of #faf188

#faf188

Complementary Color

#faf188 #8891fa

#faf188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf188 Color CSS Codes

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

#faf188 Text Font Color

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

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


#faf188 Background Color

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

This div background color is #faf188


#faf188 Border Color

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

This div border color is #faf188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,241,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faf188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faf188;
  -webkit-box-shadow: 1px 1px 3px 2px #faf188;
  box-shadow:         1px 1px 3px 2px #faf188; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,241,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf188

Related Colors


Comments

No comments written yet.

Please login to write comment.