Color Hex Logo

#fbd2de Color Hex

#FBD2DE
(251,210,222)
1 Favorites   0 Comments

Color spaces of #fbd2de

RGB 251210222
HSL0.950.840.90
HSV342°16°98°
CMYK 0.000.160.12   0.02
XYZ76.015171.876378.9743
Yxy71.87630.33510.3168
Hunter Lab84.779911.68134.1160
CIE-Lab87.909016.2294-0.5426

#fbd2de color RGB value is (251,210,222).

#fbd2de hex color red value is 251, green value is 210 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fbd2de hue: 0.95 , saturation: 0.84 and the lightness value of fbd2de is 0.90.

The process color (four color CMYK) of #fbd2de color hex is 0.00, 0.16, 0.12, 0.02. Web safe color of #fbd2de is #ffcccc. Color #fbd2de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 11011110
Octal 373 322 336
Decimal 251 210 222
Hex FB D2 DE

RGB Percentages of Color #fbd2de

%36.75
%30.75
%32.50

CMYK Percentages of Color #fbd2de

%0
%16
%12
%2

Triadic Colors of #fbd2de

#fbd2de #defbd2 #d2defb

Analogous Colors of #fbd2de

#fbd2de #fbdbd2 #fbd2f3

Monochromatic Colors of #fbd2de

#fbd2de

Complementary Color

#fbd2de #d2fbef

#fbd2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd2de Color CSS Codes

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

#fbd2de Text Font Color

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

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


#fbd2de Background Color

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

This div background color is #fbd2de


#fbd2de Border Color

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

This div border color is #fbd2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd2de

#fbd2de Color Palettes


Comments

No comments written yet.

Please login to write comment.