Color Hex Logo

#fddaf8 Color Hex

#FDDAF8
(253,218,248)
0 Favorites   0 Comments

Color spaces of #fddaf8

RGB 253218248
HSL0.860.900.92
HSV309°14°99°
CMYK 0.000.140.02   0.01
XYZ82.522777.802899.4750
Yxy77.80280.31760.2995
Hunter Lab88.205912.6387-5.1207
CIE-Lab90.689817.1263-10.1173

#fddaf8 color RGB value is (253,218,248).

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

The process color (four color CMYK) of #fddaf8 color hex is 0.00, 0.14, 0.02, 0.01. Web safe color of #fddaf8 is #ffccff. Color #fddaf8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11111000
Octal 375 332 370
Decimal 253 218 248
Hex FD DA F8

RGB Percentages of Color #fddaf8

%35.19
%30.32
%34.49

CMYK Percentages of Color #fddaf8

%0
%14
%2
%1

Triadic Colors of #fddaf8

#fddaf8 #f8fdda #daf8fd

Analogous Colors of #fddaf8

#fddaf8 #fddae7 #f1dafd

Monochromatic Colors of #fddaf8

#fddaf8

Complementary Color

#fddaf8 #dafddf

#fddaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddaf8 Color CSS Codes

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

#fddaf8 Text Font Color

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

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


#fddaf8 Background Color

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

This div background color is #fddaf8


#fddaf8 Border Color

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

This div border color is #fddaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.