Color Hex Logo

#fddabf Color Hex

#FDDABF
(253,218,191)
0 Favorites   0 Comments

Color spaces of #fddabf

RGB 253218191
HSL0.070.940.87
HSV26°25°99°
CMYK 0.000.140.25   0.01
XYZ74.983474.787059.7735
Yxy74.78700.35780.3569
Hunter Lab86.47953.432219.5552
CIE-Lab89.29318.154117.7780

#fddabf color RGB value is (253,218,191).

#fddabf hex color red value is 253, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fddabf hue: 0.07 , saturation: 0.94 and the lightness value of fddabf is 0.87.

The process color (four color CMYK) of #fddabf color hex is 0.00, 0.14, 0.25, 0.01. Web safe color of #fddabf is #ffcccc. Color #fddabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 10111111
Octal 375 332 277
Decimal 253 218 191
Hex FD DA BF

RGB Percentages of Color #fddabf

%38.22
%32.93
%28.85

CMYK Percentages of Color #fddabf

%0
%14
%25
%1

Triadic Colors of #fddabf

#fddabf #bffdda #dabffd

Analogous Colors of #fddabf

#fddabf #fdf9bf #fdbfc3

Monochromatic Colors of #fddabf

#fddabf

Complementary Color

#fddabf #bfe2fd

#fddabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddabf Color CSS Codes

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

#fddabf Text Font Color

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

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


#fddabf Background Color

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

This div background color is #fddabf


#fddabf Border Color

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

This div border color is #fddabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddabf


Comments

No comments written yet.

Please login to write comment.