Color Hex Logo

#faf888 Color Hex

#FAF888
(250,248,136)
0 Favorites   0 Comments

Color spaces of #faf888

RGB 250248136
HSL0.160.920.76
HSV59°46°98°
CMYK 0.000.010.46   0.02
XYZ77.435789.236436.4356
Yxy89.23640.38130.4394
Hunter Lab94.4650-18.992243.2571
CIE-Lab95.6791-14.389153.6983

#faf888 color RGB value is (250,248,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 10001000
Octal 372 370 210
Decimal 250 248 136
Hex FA F8 88

RGB Percentages of Color #faf888

%39.43
%39.12
%21.45

CMYK Percentages of Color #faf888

%0
%1
%46
%2

Triadic Colors of #faf888

#faf888 #88faf8 #f888fa

Analogous Colors of #faf888

#faf888 #c3fa88 #fabf88

Monochromatic Colors of #faf888

#faf888

Complementary Color

#faf888 #888afa

#faf888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf888 Color CSS Codes

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

#faf888 Text Font Color

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

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


#faf888 Background Color

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

This div background color is #faf888


#faf888 Border Color

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

This div border color is #faf888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf888

Related Colors


Comments

No comments written yet.

Please login to write comment.