Color Hex Logo

#fbdaef Color Hex

#FBDAEF
(251,218,239)
1 Favorites   0 Comments

Color spaces of #fbdaef

RGB 251218239
HSL0.890.800.92
HSV322°13°98°
CMYK 0.000.130.05   0.02
XYZ80.435176.884092.2621
Yxy76.88400.32230.3081
Hunter Lab87.683510.2980-1.0075
CIE-Lab90.268214.8871-6.0356

#fbdaef color RGB value is (251,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11101111
Octal 373 332 357
Decimal 251 218 239
Hex FB DA EF

RGB Percentages of Color #fbdaef

%35.45
%30.79
%33.76

CMYK Percentages of Color #fbdaef

%0
%13
%5
%2

Triadic Colors of #fbdaef

#fbdaef #effbda #daeffb

Analogous Colors of #fbdaef

#fbdaef #fbdadf #f7dafb

Monochromatic Colors of #fbdaef

#fbdaef

Complementary Color

#fbdaef #dafbe6

#fbdaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdaef Color CSS Codes

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

#fbdaef Text Font Color

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

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


#fbdaef Background Color

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

This div background color is #fbdaef


#fbdaef Border Color

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

This div border color is #fbdaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdaef

Related Colors


Comments

No comments written yet.

Please login to write comment.