Color Hex Logo

#faf298 Color Hex

#FAF298
(250,242,152)
0 Favorites   0 Comments

Color spaces of #faf298

RGB 250242152
HSL0.150.910.79
HSV55°39°98°
CMYK 0.000.030.39   0.02
XYZ76.844086.095342.2737
Yxy86.09530.37450.4195
Hunter Lab92.7876-14.549637.9390
CIE-Lab94.3531-9.865944.3601

#faf298 color RGB value is (250,242,152).

#faf298 hex color red value is 250, green value is 242 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #faf298 hue: 0.15 , saturation: 0.91 and the lightness value of faf298 is 0.79.

The process color (four color CMYK) of #faf298 color hex is 0.00, 0.03, 0.39, 0.02. Web safe color of #faf298 is #ffff99. Color #faf298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 10011000
Octal 372 362 230
Decimal 250 242 152
Hex FA F2 98

RGB Percentages of Color #faf298

%38.82
%37.58
%23.60

CMYK Percentages of Color #faf298

%0
%3
%39
%2

Triadic Colors of #faf298

#faf298 #98faf2 #f298fa

Analogous Colors of #faf298

#faf298 #d1fa98 #fac198

Monochromatic Colors of #faf298

#faf298

Complementary Color

#faf298 #98a0fa

#faf298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf298 Color CSS Codes

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

#faf298 Text Font Color

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

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


#faf298 Background Color

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

This div background color is #faf298


#faf298 Border Color

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

This div border color is #faf298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf298

Related Colors


Comments

No comments written yet.

Please login to write comment.