Color Hex Logo

#fdfacc Color Hex

#FDFACC
(253,250,204)
0 Favorites   0 Comments

Color spaces of #fdfacc

RGB 253250204
HSL0.160.920.90
HSV56°19°99°
CMYK 0.000.010.19   0.01
XYZ85.592793.613570.6847
Yxy93.61350.34250.3746
Hunter Lab96.7541-11.411124.4129
CIE-Lab97.4760-6.281422.4734

#fdfacc color RGB value is (253,250,204).

#fdfacc hex color red value is 253, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fdfacc hue: 0.16 , saturation: 0.92 and the lightness value of fdfacc is 0.90.

The process color (four color CMYK) of #fdfacc color hex is 0.00, 0.01, 0.19, 0.01. Web safe color of #fdfacc is #ffffcc. Color #fdfacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 11001100
Octal 375 372 314
Decimal 253 250 204
Hex FD FA CC

RGB Percentages of Color #fdfacc

%35.79
%35.36
%28.85

CMYK Percentages of Color #fdfacc

%0
%1
%19
%1

Triadic Colors of #fdfacc

#fdfacc #ccfdfa #faccfd

Analogous Colors of #fdfacc

#fdfacc #e8fdcc #fde2cc

Monochromatic Colors of #fdfacc

#fdfacc

Complementary Color

#fdfacc #cccffd

#fdfacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfacc Color CSS Codes

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

#fdfacc Text Font Color

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

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


#fdfacc Background Color

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

This div background color is #fdfacc


#fdfacc Border Color

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

This div border color is #fdfacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,250,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdfacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdfacc;
  -webkit-box-shadow: 1px 1px 3px 2px #fdfacc;
  box-shadow:         1px 1px 3px 2px #fdfacc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,250,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfacc

#fdfacc Color Palettes


Comments

No comments written yet.

Please login to write comment.