Color Hex Logo

#fbddef Color Hex

#FBDDEF
(251,221,239)
0 Favorites   0 Comments

Color spaces of #fbddef

RGB 251221239
HSL0.900.790.93
HSV324°12°98°
CMYK 0.000.120.05   0.02
XYZ81.220178.454192.5238
Yxy78.45410.32200.3111
Hunter Lab88.57438.67430.0683
CIE-Lab90.986713.3236-4.9755

#fbddef color RGB value is (251,221,239).

#fbddef hex color red value is 251, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fbddef hue: 0.90 , saturation: 0.79 and the lightness value of fbddef is 0.93.

The process color (four color CMYK) of #fbddef color hex is 0.00, 0.12, 0.05, 0.02. Web safe color of #fbddef is #ffccff. Color #fbddef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 11101111
Octal 373 335 357
Decimal 251 221 239
Hex FB DD EF

RGB Percentages of Color #fbddef

%35.30
%31.08
%33.61

CMYK Percentages of Color #fbddef

%0
%12
%5
%2

Triadic Colors of #fbddef

#fbddef #effbdd #ddeffb

Analogous Colors of #fbddef

#fbddef #fbdde0 #f8ddfb

Monochromatic Colors of #fbddef

#fbddef

Complementary Color

#fbddef #ddfbe9

#fbddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddef Color CSS Codes

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

#fbddef Text Font Color

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

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


#fbddef Background Color

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

This div background color is #fbddef


#fbddef Border Color

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

This div border color is #fbddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddef

Related Colors


Comments

No comments written yet.

Please login to write comment.