color codes Logo

#fdffc1 color codes

#FDFFC1
(253,255,193)
0 Favorites   0 Comments

Color spaces of #fdffc1

RGB 253255193
HSL0.171.000.88
HSV62°24°100°
CMYK 0.010.000.24   0.00
XYZ85.893796.252964.5037
Yxy96.25290.34820.3902
Hunter Lab98.1086-15.413929.6944
CIE-Lab98.5326-10.270429.4976

#fdffc1 color RGB value is (253,255,193).

#fdffc1 hex color red value is 253, green value is 255 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fdffc1 hue: 0.17 , saturation: 1.00 and the lightness value of fdffc1 is 0.88.

The process color (four color CMYK) of #fdffc1 color code is 0.01, 0.00, 0.24, 0.00. Web safe color of #fdffc1 is #ffffcc. Color #fdffc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11000001
Octal 375 377 301
Decimal 253 255 193
Hex FD FF C1

RGB Percentages of Color #fdffc1

%36.09
%36.38
%27.53

CMYK Percentages of Color #fdffc1

%1
%0
%24
%0

Triadic Colors of #fdffc1

#fdffc1 #c1fdff #ffc1fd

Analogous Colors of #fdffc1

#fdffc1 #deffc1 #ffe2c1

Monochromatic Colors of #fdffc1

#fdffc1

Complementary Color

#fdffc1 #c3c1ff

#fdffc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffc1 Color CSS Codes

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

#fdffc1 Text Font Color

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

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


#fdffc1 Background Color

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

This div background color is #fdffc1


#fdffc1 Border Color

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

This div border color is #fdffc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffc1

Related Colors


Comments

No comments written yet.

Please login to write comment.