Color Hex Logo

#fbdfea Color Hex

#FBDFEA
(251,223,234)
0 Favorites   0 Comments

Color spaces of #fbdfea

RGB 251223234
HSL0.930.780.93
HSV336°11°98°
CMYK 0.000.110.07   0.02
XYZ81.022679.225188.8635
Yxy79.22510.32520.3180
Hunter Lab89.00856.72013.1125
CIE-Lab91.336011.4330-1.8415

#fbdfea color RGB value is (251,223,234).

#fbdfea hex color red value is 251, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fbdfea hue: 0.93 , saturation: 0.78 and the lightness value of fbdfea is 0.93.

The process color (four color CMYK) of #fbdfea color hex is 0.00, 0.11, 0.07, 0.02. Web safe color of #fbdfea is #ffccff. Color #fbdfea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11101010
Octal 373 337 352
Decimal 251 223 234
Hex FB DF EA

RGB Percentages of Color #fbdfea

%35.45
%31.50
%33.05

CMYK Percentages of Color #fbdfea

%0
%11
%7
%2

Triadic Colors of #fbdfea

#fbdfea #eafbdf #dfeafb

Analogous Colors of #fbdfea

#fbdfea #fbe2df #fbdff8

Monochromatic Colors of #fbdfea

#fbdfea

Complementary Color

#fbdfea #dffbf0

#fbdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfea Color CSS Codes

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

#fbdfea Text Font Color

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

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


#fbdfea Background Color

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

This div background color is #fbdfea


#fbdfea Border Color

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

This div border color is #fbdfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfea

Related Colors

#fbdfea Color Palettes


Comments

No comments written yet.

Please login to write comment.