Color Hex Logo

#fcaf93 Color Hex

#FCAF93
(252,175,147)
0 Favorites   0 Comments

Color spaces of #fcaf93

RGB 252175147
HSL0.040.950.78
HSV16°42°99°
CMYK 0.000.310.42   0.01
XYZ60.741353.462034.7215
Yxy53.46200.40790.3590
Hunter Lab73.117720.329823.0273
CIE-Lab78.147024.871325.6829

#fcaf93 color RGB value is (252,175,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10010011
Octal 374 257 223
Decimal 252 175 147
Hex FC AF 93

RGB Percentages of Color #fcaf93

%43.90
%30.49
%25.61

CMYK Percentages of Color #fcaf93

%0
%31
%42
%1

Triadic Colors of #fcaf93

#fcaf93 #93fcaf #af93fc

Analogous Colors of #fcaf93

#fcaf93 #fce493 #fc93ac

Monochromatic Colors of #fcaf93

#fcaf93

Complementary Color

#fcaf93 #93e0fc

#fcaf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf93 Color CSS Codes

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

#fcaf93 Text Font Color

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

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


#fcaf93 Background Color

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

This div background color is #fcaf93


#fcaf93 Border Color

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

This div border color is #fcaf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf93


Comments

No comments written yet.

Please login to write comment.