Color Hex Logo

#fdfffb Color Hex

#FDFFFB
(253,255,251)
0 Favorites   0 Comments

Color spaces of #fdfffb

RGB 253255251
HSL0.251.000.99
HSV90°100°
CMYK 0.010.000.02   0.00
XYZ93.680699.3677105.5092
Yxy99.36770.31380.3328
Hunter Lab99.6833-6.69487.0232
CIE-Lab99.7550-1.35151.6650

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

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

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

Base Numbers

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

Shades of #fdfffb


Tints of #fdfffb

All tints are identical with #fdfffb

RGB Percentages of Color #fdfffb

%33.33
%33.60
%33.07

CMYK Percentages of Color #fdfffb

%1
%0
%2
%0

Triadic Colors of #fdfffb

#fdfffb #fbfdff #fffbfd

Analogous Colors of #fdfffb

#fdfffb #fbfffb #fffffb

Monochromatic Colors of #fdfffb

#fdfffb

Complementary Color

#fdfffb #fdfbff

#fdfffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfffb Color CSS Codes

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

#fdfffb Text Font Color

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

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


#fdfffb Background Color

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

This div background color is #fdfffb


#fdfffb Border Color

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

This div border color is #fdfffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfffb

Related Colors


Comments

No comments written yet.

Please login to write comment.