Color Hex Logo

#fcf996 Color Hex

#FCF996
(252,249,150)
0 Favorites   0 Comments

Color spaces of #fcf996

RGB 252249150
HSL0.160.940.79
HSV58°40°99°
CMYK 0.000.010.40   0.01
XYZ79.525690.648842.1597
Yxy90.64880.37450.4269
Hunter Lab95.2097-17.521540.3926
CIE-Lab96.2652-12.751647.7882

#fcf996 color RGB value is (252,249,150).

#fcf996 hex color red value is 252, green value is 249 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fcf996 hue: 0.16 , saturation: 0.94 and the lightness value of fcf996 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 10010110
Octal 374 371 226
Decimal 252 249 150
Hex FC F9 96

RGB Percentages of Color #fcf996

%38.71
%38.25
%23.04

CMYK Percentages of Color #fcf996

%0
%1
%40
%1

Triadic Colors of #fcf996

#fcf996 #96fcf9 #f996fc

Analogous Colors of #fcf996

#fcf996 #ccfc96 #fcc696

Monochromatic Colors of #fcf996

#fcf996

Complementary Color

#fcf996 #9699fc

#fcf996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf996 Color CSS Codes

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

#fcf996 Text Font Color

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

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


#fcf996 Background Color

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

This div background color is #fcf996


#fcf996 Border Color

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

This div border color is #fcf996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,249,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcf996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcf996;
  -webkit-box-shadow: 1px 1px 3px 2px #fcf996;
  box-shadow:         1px 1px 3px 2px #fcf996; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,249,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf996

Related Colors


Comments

No comments written yet.

Please login to write comment.