Color Hex Logo

#fcaf99 Color Hex

#FCAF99
(252,175,153)
0 Favorites   0 Comments

Color spaces of #fcaf99

RGB 252175153
HSL0.040.940.79
HSV13°39°99°
CMYK 0.000.310.39   0.01
XYZ61.224653.655337.2666
Yxy53.65530.40240.3527
Hunter Lab73.249821.009121.1104
CIE-Lab78.260325.522022.6181

#fcaf99 color RGB value is (252,175,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10011001
Octal 374 257 231
Decimal 252 175 153
Hex FC AF 99

RGB Percentages of Color #fcaf99

%43.45
%30.17
%26.38

CMYK Percentages of Color #fcaf99

%0
%31
%39
%1

Triadic Colors of #fcaf99

#fcaf99 #99fcaf #af99fc

Analogous Colors of #fcaf99

#fcaf99 #fce199 #fc99b5

Monochromatic Colors of #fcaf99

#fcaf99

Complementary Color

#fcaf99 #99e6fc

#fcaf99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf99 Color CSS Codes

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

#fcaf99 Text Font Color

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

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


#fcaf99 Background Color

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

This div background color is #fcaf99


#fcaf99 Border Color

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

This div border color is #fcaf99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf99

Related Colors


Comments

No comments written yet.

Please login to write comment.