Color Hex Logo

#fccf96 Color Hex

#FCCF96
(252,207,150)
0 Favorites   0 Comments

Color spaces of #fccf96

RGB 252207150
HSL0.090.940.79
HSV34°40°99°
CMYK 0.000.180.40   0.01
XYZ67.962767.523138.3054
Yxy67.52310.39110.3885
Hunter Lab82.17243.831029.8822
CIE-Lab85.76748.457034.2734

#fccf96 color RGB value is (252,207,150).

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

The process color (four color CMYK) of #fccf96 color hex is 0.00, 0.18, 0.40, 0.01. Web safe color of #fccf96 is #ffcc99. Color #fccf96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10010110
Octal 374 317 226
Decimal 252 207 150
Hex FC CF 96

RGB Percentages of Color #fccf96

%41.38
%33.99
%24.63

CMYK Percentages of Color #fccf96

%0
%18
%40
%1

Triadic Colors of #fccf96

#fccf96 #96fccf #cf96fc

Analogous Colors of #fccf96

#fccf96 #f6fc96 #fc9c96

Monochromatic Colors of #fccf96

#fccf96

Complementary Color

#fccf96 #96c3fc

#fccf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf96 Color CSS Codes

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

#fccf96 Text Font Color

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

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


#fccf96 Background Color

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

This div background color is #fccf96


#fccf96 Border Color

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

This div border color is #fccf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf96

Related Colors


Comments

No comments written yet.

Please login to write comment.