Color Hex Logo

#fdfaf3 Color Hex

#FDFAF3
(253,250,243)
1 Favorites   0 Comments

Color spaces of #fdfaf3

RGB 253250243
HSL0.120.710.97
HSV42°99°
CMYK 0.000.010.04   0.01
XYZ90.871395.724998.4813
Yxy95.72490.31880.3358
Hunter Lab97.8391-5.43078.8082
CIE-Lab98.3228-0.20293.6914

#fdfaf3 color RGB value is (253,250,243).

#fdfaf3 hex color red value is 253, green value is 250 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #fdfaf3 hue: 0.12 , saturation: 0.71 and the lightness value of fdfaf3 is 0.97.

The process color (four color CMYK) of #fdfaf3 color hex is 0.00, 0.01, 0.04, 0.01. Web safe color of #fdfaf3 is #ffffff. Color #fdfaf3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 11110011
Octal 375 372 363
Decimal 253 250 243
Hex FD FA F3

RGB Percentages of Color #fdfaf3

%33.91
%33.51
%32.57

CMYK Percentages of Color #fdfaf3

%0
%1
%4
%1

Triadic Colors of #fdfaf3

#fdfaf3 #f3fdfa #faf3fd

Analogous Colors of #fdfaf3

#fdfaf3 #fbfdf3 #fdf5f3

Monochromatic Colors of #fdfaf3

#fdfaf3

Complementary Color

#fdfaf3 #f3f6fd

#fdfaf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfaf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfaf3 Color CSS Codes

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

#fdfaf3 Text Font Color

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

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


#fdfaf3 Background Color

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

This div background color is #fdfaf3


#fdfaf3 Border Color

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

This div border color is #fdfaf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfaf3

Related Colors

#fdfaf3 Color Palettes


Comments

No comments written yet.

Please login to write comment.