Color Hex Logo

#fcd198 Color Hex

#FCD198
(252,209,152)
0 Favorites   0 Comments

Color spaces of #fcd198

RGB 252209152
HSL0.100.940.79
HSV34°40°99°
CMYK 0.000.170.40   0.01
XYZ68.612868.563439.3235
Yxy68.56340.38870.3885
Hunter Lab82.80303.004629.8050
CIE-Lab86.28747.636833.9300

#fcd198 color RGB value is (252,209,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 10011000
Octal 374 321 230
Decimal 252 209 152
Hex FC D1 98

RGB Percentages of Color #fcd198

%41.11
%34.09
%24.80

CMYK Percentages of Color #fcd198

%0
%17
%40
%1

Triadic Colors of #fcd198

#fcd198 #98fcd1 #d198fc

Analogous Colors of #fcd198

#fcd198 #f5fc98 #fc9f98

Monochromatic Colors of #fcd198

#fcd198

Complementary Color

#fcd198 #98c3fc

#fcd198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd198 Color CSS Codes

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

#fcd198 Text Font Color

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

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


#fcd198 Background Color

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

This div background color is #fcd198


#fcd198 Border Color

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

This div border color is #fcd198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd198

Related Colors


Comments

No comments written yet.

Please login to write comment.