Color Hex Logo

#fbdadd Color Hex

#FBDADD
(251,218,221)
0 Favorites   0 Comments

Color spaces of #fbdadd

RGB 251218221
HSL0.980.800.92
HSV355°13°98°
CMYK 0.000.130.12   0.02
XYZ77.906275.872578.9454
Yxy75.87250.33480.3260
Hunter Lab87.10487.21627.2373
CIE-Lab89.800111.89542.7398

#fbdadd color RGB value is (251,218,221).

#fbdadd hex color red value is 251, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fbdadd hue: 0.98 , saturation: 0.80 and the lightness value of fbdadd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11011101
Octal 373 332 335
Decimal 251 218 221
Hex FB DA DD

RGB Percentages of Color #fbdadd

%36.38
%31.59
%32.03

CMYK Percentages of Color #fbdadd

%0
%13
%12
%2

Triadic Colors of #fbdadd

#fbdadd #ddfbda #daddfb

Analogous Colors of #fbdadd

#fbdadd #fbe8da #fbdaee

Monochromatic Colors of #fbdadd

#fbdadd

Complementary Color

#fbdadd #dafbf8

#fbdadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdadd Color CSS Codes

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

#fbdadd Text Font Color

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

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


#fbdadd Background Color

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

This div background color is #fbdadd


#fbdadd Border Color

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

This div border color is #fbdadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdadd


Comments

No comments written yet.

Please login to write comment.