Color Hex Logo

#fddafe Color Hex

#FDDAFE
(253,218,254)
0 Favorites   0 Comments

Color spaces of #fddafe

RGB 253218254
HSL0.830.950.93
HSV298°14°100°
CMYK 0.000.140.00   0.00
XYZ83.468878.1812104.4571
Yxy78.18120.31370.2938
Hunter Lab88.420113.7692-8.1495
CIE-Lab90.862518.1979-13.0068

#fddafe color RGB value is (253,218,254).

#fddafe hex color red value is 253, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fddafe hue: 0.83 , saturation: 0.95 and the lightness value of fddafe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11111110
Octal 375 332 376
Decimal 253 218 254
Hex FD DA FE

RGB Percentages of Color #fddafe

%34.90
%30.07
%35.03

CMYK Percentages of Color #fddafe

%0
%14
%0
%0

Triadic Colors of #fddafe

#fddafe #fefdda #dafefd

Analogous Colors of #fddafe

#fddafe #fedaed #ebdafe

Monochromatic Colors of #fddafe

#fddafe

Complementary Color

#fddafe #dbfeda

#fddafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddafe Color CSS Codes

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

#fddafe Text Font Color

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

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


#fddafe Background Color

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

This div background color is #fddafe


#fddafe Border Color

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

This div border color is #fddafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddafe

Related Colors


Comments

No comments written yet.

Please login to write comment.