Color Hex Logo

#fdfaff Color Hex

#FDFAFF
(253,250,255)
0 Favorites   0 Comments

Color spaces of #fdfaff

RGB 253250255
HSL0.771.000.99
HSV276°100°
CMYK 0.010.020.00   0.00
XYZ92.743696.4739108.3409
Yxy96.47390.31170.3242
Hunter Lab98.2211-3.34143.3561
CIE-Lab98.62021.8752-2.0464

#fdfaff color RGB value is (253,250,255).

#fdfaff hex color red value is 253, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fdfaff hue: 0.77 , saturation: 1.00 and the lightness value of fdfaff is 0.99.

The process color (four color CMYK) of #fdfaff color hex is 0.01, 0.02, 0.00, 0.00. Web safe color of #fdfaff is #ffffff. Color #fdfaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 11111111
Octal 375 372 377
Decimal 253 250 255
Hex FD FA FF

RGB Percentages of Color #fdfaff

%33.38
%32.98
%33.64

CMYK Percentages of Color #fdfaff

%1
%2
%0
%0

Triadic Colors of #fdfaff

#fdfaff #fffdfa #fafffd

Analogous Colors of #fdfaff

#fdfaff #fffaff #fbfaff

Monochromatic Colors of #fdfaff

#fdfaff

Complementary Color

#fdfaff #fcfffa

#fdfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfaff Color CSS Codes

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

#fdfaff Text Font Color

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

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


#fdfaff Background Color

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

This div background color is #fdfaff


#fdfaff Border Color

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

This div border color is #fdfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfaff

Related Colors


Comments

No comments written yet.

Please login to write comment.