Color Hex Logo

#fbdfda Color Hex

#FBDFDA
(251,223,218)
0 Favorites   0 Comments

Color spaces of #fbdfda

RGB 251223218
HSL0.030.800.92
HSV13°98°
CMYK 0.000.110.13   0.02
XYZ78.826278.346577.2975
Yxy78.34650.33620.3341
Hunter Lab88.51364.065410.1825
CIE-Lab90.93788.82635.9603

#fbdfda color RGB value is (251,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11011010
Octal 373 337 332
Decimal 251 223 218
Hex FB DF DA

RGB Percentages of Color #fbdfda

%36.27
%32.23
%31.50

CMYK Percentages of Color #fbdfda

%0
%11
%13
%2

Triadic Colors of #fbdfda

#fbdfda #dafbdf #dfdafb

Analogous Colors of #fbdfda

#fbdfda #fbf0da #fbdae6

Monochromatic Colors of #fbdfda

#fbdfda

Complementary Color

#fbdfda #daf6fb

#fbdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfda Color CSS Codes

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

#fbdfda Text Font Color

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

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


#fbdfda Background Color

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

This div background color is #fbdfda


#fbdfda Border Color

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

This div border color is #fbdfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfda

Related Colors


Comments

No comments written yet.

Please login to write comment.