Color Hex Logo

#fbdddd Color Hex

#FBDDDD
(251,221,221)
1 Favorites   0 Comments

Color spaces of #fbdddd

RGB 251221221
HSL0.000.790.93
HSV12°98°
CMYK 0.000.120.12   0.02
XYZ78.691377.442679.2071
Yxy77.44260.33440.3291
Hunter Lab88.00155.61298.2361
CIE-Lab90.524910.33773.7912

#fbdddd color RGB value is (251,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 11011101
Octal 373 335 335
Decimal 251 221 221
Hex FB DD DD

RGB Percentages of Color #fbdddd

%36.22
%31.89
%31.89

CMYK Percentages of Color #fbdddd

%0
%12
%12
%2

Triadic Colors of #fbdddd

#fbdddd #ddfbdd #ddddfb

Analogous Colors of #fbdddd

#fbdddd #fbecdd #fbddec

Monochromatic Colors of #fbdddd

#fbdddd

Complementary Color

#fbdddd #ddfbfb

#fbdddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdddd Color CSS Codes

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

#fbdddd Text Font Color

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

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


#fbdddd Background Color

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

This div background color is #fbdddd


#fbdddd Border Color

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

This div border color is #fbdddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdddd


Comments

No comments written yet.

Please login to write comment.