Color Hex Logo

#fddafa Color Hex

#FDDAFA
(253,218,250)
0 Favorites   0 Comments

Color spaces of #fddafa

RGB 253218250
HSL0.850.900.92
HSV305°14°99°
CMYK 0.000.140.01   0.01
XYZ82.834777.9276101.1181
Yxy77.92760.31630.2976
Hunter Lab88.276613.0121-6.1212
CIE-Lab90.746917.4809-11.0817

#fddafa color RGB value is (253,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11111010
Octal 375 332 372
Decimal 253 218 250
Hex FD DA FA

RGB Percentages of Color #fddafa

%35.09
%30.24
%34.67

CMYK Percentages of Color #fddafa

%0
%14
%1
%1

Triadic Colors of #fddafa

#fddafa #fafdda #dafafd

Analogous Colors of #fddafa

#fddafa #fddae9 #efdafd

Monochromatic Colors of #fddafa

#fddafa

Complementary Color

#fddafa #dafddd

#fddafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddafa Color CSS Codes

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

#fddafa Text Font Color

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

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


#fddafa Background Color

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

This div background color is #fddafa


#fddafa Border Color

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

This div border color is #fddafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddafa

Related Colors


Comments

No comments written yet.

Please login to write comment.