Color Hex Logo

#fbdae9 Color Hex

#FBDAE9
(251,218,233)
0 Favorites   0 Comments

Color spaces of #fbdae9

RGB 251218233
HSL0.920.800.92
HSV333°13°98°
CMYK 0.000.130.07   0.02
XYZ79.563076.535287.6701
Yxy76.53520.32640.3140
Hunter Lab87.48449.23981.8232
CIE-Lab90.107313.8654-3.1197

#fbdae9 color RGB value is (251,218,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11101001
Octal 373 332 351
Decimal 251 218 233
Hex FB DA E9

RGB Percentages of Color #fbdae9

%35.75
%31.05
%33.19

CMYK Percentages of Color #fbdae9

%0
%13
%7
%2

Triadic Colors of #fbdae9

#fbdae9 #e9fbda #dae9fb

Analogous Colors of #fbdae9

#fbdae9 #fbdcda #fbdafa

Monochromatic Colors of #fbdae9

#fbdae9

Complementary Color

#fbdae9 #dafbec

#fbdae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdae9 Color CSS Codes

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

#fbdae9 Text Font Color

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

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


#fbdae9 Background Color

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

This div background color is #fbdae9


#fbdae9 Border Color

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

This div border color is #fbdae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdae9


Comments

No comments written yet.

Please login to write comment.