Color Hex Logo

#fabf98 Color Hex

#FABF98
(250,191,152)
0 Favorites   0 Comments

Color spaces of #fabf98

RGB 250191152
HSL0.070.910.79
HSV24°39°98°
CMYK 0.000.240.39   0.02
XYZ63.722659.852637.8999
Yxy59.85260.39460.3707
Hunter Lab77.364511.636925.1097
CIE-Lab81.758016.240427.8606

#fabf98 color RGB value is (250,191,152).

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

The process color (four color CMYK) of #fabf98 color hex is 0.00, 0.24, 0.39, 0.02. Web safe color of #fabf98 is #ffcc99. Color #fabf98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 10011000
Octal 372 277 230
Decimal 250 191 152
Hex FA BF 98

RGB Percentages of Color #fabf98

%42.16
%32.21
%25.63

CMYK Percentages of Color #fabf98

%0
%24
%39
%2

Triadic Colors of #fabf98

#fabf98 #98fabf #bf98fa

Analogous Colors of #fabf98

#fabf98 #faf098 #fa98a2

Monochromatic Colors of #fabf98

#fabf98

Complementary Color

#fabf98 #98d3fa

#fabf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf98 Color CSS Codes

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

#fabf98 Text Font Color

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

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


#fabf98 Background Color

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

This div background color is #fabf98


#fabf98 Border Color

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

This div border color is #fabf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf98


Comments

No comments written yet.

Please login to write comment.