Color Hex Logo

#fbdfce Color Hex

#FBDFCE
(251,223,206)
0 Favorites   0 Comments

Color spaces of #fbdfce

RGB 251223206
HSL0.060.850.90
HSV23°18°98°
CMYK 0.000.110.18   0.02
XYZ77.311977.740869.3232
Yxy77.74080.34460.3465
Hunter Lab88.17072.217715.1035
CIE-Lab90.66156.989611.8433

#fbdfce color RGB value is (251,223,206).

#fbdfce hex color red value is 251, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fbdfce hue: 0.06 , saturation: 0.85 and the lightness value of fbdfce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11001110
Octal 373 337 316
Decimal 251 223 206
Hex FB DF CE

RGB Percentages of Color #fbdfce

%36.91
%32.79
%30.29

CMYK Percentages of Color #fbdfce

%0
%11
%18
%2

Triadic Colors of #fbdfce

#fbdfce #cefbdf #dfcefb

Analogous Colors of #fbdfce

#fbdfce #fbf6ce #fbced4

Monochromatic Colors of #fbdfce

#fbdfce

Complementary Color

#fbdfce #ceeafb

#fbdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfce Color CSS Codes

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

#fbdfce Text Font Color

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

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


#fbdfce Background Color

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

This div background color is #fbdfce


#fbdfce Border Color

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

This div border color is #fbdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfce

#fbdfce Color Palettes


Comments

No comments written yet.

Please login to write comment.