Color Hex Logo

#fddafc Color Hex

#FDDAFC
(253,218,252)
0 Favorites   0 Comments

Color spaces of #fddafc

RGB 253218252
HSL0.840.900.92
HSV302°14°99°
CMYK 0.000.140.00   0.01
XYZ83.150178.0537102.7789
Yxy78.05370.31500.2957
Hunter Lab88.348013.3890-7.1309
CIE-Lab90.804417.8383-12.0450

#fddafc color RGB value is (253,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11111100
Octal 375 332 374
Decimal 253 218 252
Hex FD DA FC

RGB Percentages of Color #fddafc

%34.99
%30.15
%34.85

CMYK Percentages of Color #fddafc

%0
%14
%0
%1

Triadic Colors of #fddafc

#fddafc #fcfdda #dafcfd

Analogous Colors of #fddafc

#fddafc #fddaeb #eddafd

Monochromatic Colors of #fddafc

#fddafc

Complementary Color

#fddafc #dafddb

#fddafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddafc Color CSS Codes

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

#fddafc Text Font Color

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

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


#fddafc Background Color

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

This div background color is #fddafc


#fddafc Border Color

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

This div border color is #fddafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddafc

Related Colors


Comments

No comments written yet.

Please login to write comment.