Color Hex Logo

#fdfbff Color Hex

#FDFBFF
(253,251,255)
1 Favorites   0 Comments

Color spaces of #fdfbff

RGB 253251255
HSL0.751.000.99
HSV270°100°
CMYK 0.010.020.00   0.00
XYZ93.055297.0970108.4448
Yxy97.09700.31160.3252
Hunter Lab98.5378-3.87283.7255
CIE-Lab98.86651.3686-1.6857

#fdfbff color RGB value is (253,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11111111
Octal 375 373 377
Decimal 253 251 255
Hex FD FB FF

Shades of #fdfbff


Tints of #fdfbff

All tints are identical with #fdfbff

RGB Percentages of Color #fdfbff

%33.33
%33.07
%33.60

CMYK Percentages of Color #fdfbff

%1
%2
%0
%0

Triadic Colors of #fdfbff

#fdfbff #fffdfb #fbfffd

Analogous Colors of #fdfbff

#fdfbff #fffbff #fbfbff

Monochromatic Colors of #fdfbff

#fdfbff

Complementary Color

#fdfbff #fdfffb

#fdfbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbff Color CSS Codes

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

#fdfbff Text Font Color

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

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


#fdfbff Background Color

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

This div background color is #fdfbff


#fdfbff Border Color

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

This div border color is #fdfbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbff

Related Colors

#fdfbff Color Palettes


Comments

No comments written yet.

Please login to write comment.