Color Hex Logo

#fcf990 Color Hex

#FCF990
(252,249,144)
0 Favorites   0 Comments

Color spaces of #fcf990

RGB 252249144
HSL0.160.950.78
HSV58°43°99°
CMYK 0.000.010.43   0.01
XYZ79.054690.460439.6795
Yxy90.46040.37790.4324
Hunter Lab95.1107-18.077141.8421
CIE-Lab96.1874-13.348150.5705

#fcf990 color RGB value is (252,249,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 10010000
Octal 374 371 220
Decimal 252 249 144
Hex FC F9 90

RGB Percentages of Color #fcf990

%39.07
%38.60
%22.33

CMYK Percentages of Color #fcf990

%0
%1
%43
%1

Triadic Colors of #fcf990

#fcf990 #90fcf9 #f990fc

Analogous Colors of #fcf990

#fcf990 #c9fc90 #fcc390

Monochromatic Colors of #fcf990

#fcf990

Complementary Color

#fcf990 #9093fc

#fcf990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf990 Color CSS Codes

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

#fcf990 Text Font Color

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

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


#fcf990 Background Color

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

This div background color is #fcf990


#fcf990 Border Color

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

This div border color is #fcf990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf990

Related Colors


Comments

No comments written yet.

Please login to write comment.