Color Hex Logo

#fbdae8 Color Hex

#FBDAE8
(251,218,232)
0 Favorites   0 Comments

Color spaces of #fbdae8

RGB 251218232
HSL0.930.800.92
HSV335°13°98°
CMYK 0.000.130.08   0.02
XYZ79.420676.478286.9198
Yxy76.47820.32710.3150
Hunter Lab87.45189.06662.2870
CIE-Lab90.080913.6976-2.6328

#fbdae8 color RGB value is (251,218,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11101000
Octal 373 332 350
Decimal 251 218 232
Hex FB DA E8

RGB Percentages of Color #fbdae8

%35.81
%31.10
%33.10

CMYK Percentages of Color #fbdae8

%0
%13
%8
%2

Triadic Colors of #fbdae8

#fbdae8 #e8fbda #dae8fb

Analogous Colors of #fbdae8

#fbdae8 #fbddda #fbdaf9

Monochromatic Colors of #fbdae8

#fbdae8

Complementary Color

#fbdae8 #dafbed

#fbdae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdae8 Color CSS Codes

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

#fbdae8 Text Font Color

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

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


#fbdae8 Background Color

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

This div background color is #fbdae8


#fbdae8 Border Color

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

This div border color is #fbdae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdae8


Comments

No comments written yet.

Please login to write comment.