Color Hex Logo

#fbdfdb Color Hex

#FBDFDB
(251,223,219)
0 Favorites   0 Comments

Color spaces of #fbdfdb

RGB 251223219
HSL0.020.800.92
HSV13°98°
CMYK 0.000.110.13   0.02
XYZ78.957578.399177.9889
Yxy78.39910.33550.3331
Hunter Lab88.54334.22479.7577
CIE-Lab90.96178.98395.4712

#fbdfdb color RGB value is (251,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11011011
Octal 373 337 333
Decimal 251 223 219
Hex FB DF DB

RGB Percentages of Color #fbdfdb

%36.22
%32.18
%31.60

CMYK Percentages of Color #fbdfdb

%0
%11
%13
%2

Triadic Colors of #fbdfdb

#fbdfdb #dbfbdf #dfdbfb

Analogous Colors of #fbdfdb

#fbdfdb #fbefdb #fbdbe7

Monochromatic Colors of #fbdfdb

#fbdfdb

Complementary Color

#fbdfdb #dbf7fb

#fbdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfdb Color CSS Codes

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

#fbdfdb Text Font Color

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

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


#fbdfdb Background Color

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

This div background color is #fbdfdb


#fbdfdb Border Color

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

This div border color is #fbdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfdb

Related Colors


Comments

No comments written yet.

Please login to write comment.