Color Hex Logo

#fbdedb Color Hex

#FBDEDB
(251,222,219)
0 Favorites   0 Comments

Color spaces of #fbdedb

RGB 251222219
HSL0.020.800.92
HSV13°98°
CMYK 0.000.120.13   0.02
XYZ78.691177.866377.9001
Yxy77.86630.33560.3321
Hunter Lab88.24194.75699.4280
CIE-Lab90.71899.50155.1204

#fbdedb color RGB value is (251,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 11011011
Octal 373 336 333
Decimal 251 222 219
Hex FB DE DB

RGB Percentages of Color #fbdedb

%36.27
%32.08
%31.65

CMYK Percentages of Color #fbdedb

%0
%12
%13
%2

Triadic Colors of #fbdedb

#fbdedb #dbfbde #dedbfb

Analogous Colors of #fbdedb

#fbdedb #fbeedb #fbdbe8

Monochromatic Colors of #fbdedb

#fbdedb

Complementary Color

#fbdedb #dbf8fb

#fbdedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdedb Color CSS Codes

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

#fbdedb Text Font Color

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

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


#fbdedb Background Color

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

This div background color is #fbdedb


#fbdedb Border Color

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

This div border color is #fbdedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdedb

Related Colors


Comments

No comments written yet.

Please login to write comment.