Color Hex Logo

#fcaf90 Color Hex

#FCAF90
(252,175,144)
0 Favorites   0 Comments

Color spaces of #fcaf90

RGB 252175144
HSL0.050.950.78
HSV17°43°99°
CMYK 0.000.310.43   0.01
XYZ60.508953.369033.4976
Yxy53.36900.41060.3621
Hunter Lab73.054120.002523.9515
CIE-Lab78.092424.556727.2135

#fcaf90 color RGB value is (252,175,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10010000
Octal 374 257 220
Decimal 252 175 144
Hex FC AF 90

RGB Percentages of Color #fcaf90

%44.13
%30.65
%25.22

CMYK Percentages of Color #fcaf90

%0
%31
%43
%1

Triadic Colors of #fcaf90

#fcaf90 #90fcaf #af90fc

Analogous Colors of #fcaf90

#fcaf90 #fce590 #fc90a7

Monochromatic Colors of #fcaf90

#fcaf90

Complementary Color

#fcaf90 #90ddfc

#fcaf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf90 Color CSS Codes

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

#fcaf90 Text Font Color

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

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


#fcaf90 Background Color

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

This div background color is #fcaf90


#fcaf90 Border Color

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

This div border color is #fcaf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf90


Comments

No comments written yet.

Please login to write comment.