Color Hex Logo

#fcf192 Color Hex

#FCF192
(252,241,146)
0 Favorites   0 Comments

Color spaces of #fcf192

RGB 252241146
HSL0.150.950.78
HSV54°42°99°
CMYK 0.000.040.42   0.01
XYZ76.788585.681439.6851
Yxy85.68140.37980.4238
Hunter Lab92.5642-13.909239.3756
CIE-Lab94.1760-9.214647.0958

#fcf192 color RGB value is (252,241,146).

#fcf192 hex color red value is 252, green value is 241 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fcf192 hue: 0.15 , saturation: 0.95 and the lightness value of fcf192 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 10010010
Octal 374 361 222
Decimal 252 241 146
Hex FC F1 92

RGB Percentages of Color #fcf192

%39.44
%37.72
%22.85

CMYK Percentages of Color #fcf192

%0
%4
%42
%1

Triadic Colors of #fcf192

#fcf192 #92fcf1 #f192fc

Analogous Colors of #fcf192

#fcf192 #d2fc92 #fcbc92

Monochromatic Colors of #fcf192

#fcf192

Complementary Color

#fcf192 #929dfc

#fcf192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf192 Color CSS Codes

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

#fcf192 Text Font Color

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

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


#fcf192 Background Color

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

This div background color is #fcf192


#fcf192 Border Color

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

This div border color is #fcf192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf192

Related Colors


Comments

No comments written yet.

Please login to write comment.