Color Hex Logo

#fddbfa Color Hex

#FDDBFA
(253,219,250)
0 Favorites   0 Comments

Color spaces of #fddbfa

RGB 253219250
HSL0.850.890.93
HSV305°13°99°
CMYK 0.000.130.01   0.01
XYZ83.094878.4478101.2049
Yxy78.44780.31630.2986
Hunter Lab88.570812.4653-5.7479
CIE-Lab90.983916.9587-10.7289

#fddbfa color RGB value is (253,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 11111010
Octal 375 333 372
Decimal 253 219 250
Hex FD DB FA

RGB Percentages of Color #fddbfa

%35.04
%30.33
%34.63

CMYK Percentages of Color #fddbfa

%0
%13
%1
%1

Triadic Colors of #fddbfa

#fddbfa #fafddb #dbfafd

Analogous Colors of #fddbfa

#fddbfa #fddbe9 #efdbfd

Monochromatic Colors of #fddbfa

#fddbfa

Complementary Color

#fddbfa #dbfdde

#fddbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddbfa Color CSS Codes

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

#fddbfa Text Font Color

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

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


#fddbfa Background Color

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

This div background color is #fddbfa


#fddbfa Border Color

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

This div border color is #fddbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,219,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 #fddbfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.