Color Hex Logo

#fbdaea Color Hex

#FBDAEA
(251,218,234)
0 Favorites   0 Comments

Color spaces of #fbdaea

RGB 251218234
HSL0.920.800.92
HSV331°13°98°
CMYK 0.000.130.07   0.02
XYZ79.706376.592688.4248
Yxy76.59260.32570.3130
Hunter Lab87.51729.41381.3572
CIE-Lab90.133814.0338-3.6063

#fbdaea color RGB value is (251,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11101010
Octal 373 332 352
Decimal 251 218 234
Hex FB DA EA

RGB Percentages of Color #fbdaea

%35.70
%31.01
%33.29

CMYK Percentages of Color #fbdaea

%0
%13
%7
%2

Triadic Colors of #fbdaea

#fbdaea #eafbda #daeafb

Analogous Colors of #fbdaea

#fbdaea #fbdbda #fbdafb

Monochromatic Colors of #fbdaea

#fbdaea

Complementary Color

#fbdaea #dafbeb

#fbdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdaea Color CSS Codes

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

#fbdaea Text Font Color

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

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


#fbdaea Background Color

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

This div background color is #fbdaea


#fbdaea Border Color

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

This div border color is #fbdaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdaea


Comments

No comments written yet.

Please login to write comment.