Color Hex Logo

#fcf99b Color Hex

#FCF99B
(252,249,155)
0 Favorites   0 Comments

Color spaces of #fcf99b

RGB 252249155
HSL0.160.940.80
HSV58°38°99°
CMYK 0.000.010.38   0.01
XYZ79.937090.813444.3260
Yxy90.81340.37170.4222
Hunter Lab95.2961-17.037339.1291
CIE-Lab96.3332-12.233245.4501

#fcf99b color RGB value is (252,249,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 10011011
Octal 374 371 233
Decimal 252 249 155
Hex FC F9 9B

RGB Percentages of Color #fcf99b

%38.41
%37.96
%23.63

CMYK Percentages of Color #fcf99b

%0
%1
%38
%1

Triadic Colors of #fcf99b

#fcf99b #9bfcf9 #f99bfc

Analogous Colors of #fcf99b

#fcf99b #cffc9b #fcc99b

Monochromatic Colors of #fcf99b

#fcf99b

Complementary Color

#fcf99b #9b9efc

#fcf99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf99b Color CSS Codes

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

#fcf99b Text Font Color

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

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


#fcf99b Background Color

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

This div background color is #fcf99b


#fcf99b Border Color

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

This div border color is #fcf99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf99b

Related Colors


Comments

No comments written yet.

Please login to write comment.