Color Hex Logo

#fbdae5 Color Hex

#FBDAE5
(251,218,229)
0 Favorites   0 Comments

Color spaces of #fbdae5

RGB 251218229
HSL0.940.800.92
HSV340°13°98°
CMYK 0.000.130.09   0.02
XYZ78.997976.309284.6942
Yxy76.30920.32920.3180
Hunter Lab87.35518.55153.6646
CIE-Lab90.002713.1977-1.1704

#fbdae5 color RGB value is (251,218,229).

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

The process color (four color CMYK) of #fbdae5 color hex is 0.00, 0.13, 0.09, 0.02. Web safe color of #fbdae5 is #ffcccc. Color #fbdae5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11100101
Octal 373 332 345
Decimal 251 218 229
Hex FB DA E5

RGB Percentages of Color #fbdae5

%35.96
%31.23
%32.81

CMYK Percentages of Color #fbdae5

%0
%13
%9
%2

Triadic Colors of #fbdae5

#fbdae5 #e5fbda #dae5fb

Analogous Colors of #fbdae5

#fbdae5 #fbe0da #fbdaf6

Monochromatic Colors of #fbdae5

#fbdae5

Complementary Color

#fbdae5 #dafbf0

#fbdae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdae5 Color CSS Codes

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

#fbdae5 Text Font Color

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

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


#fbdae5 Background Color

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

This div background color is #fbdae5


#fbdae5 Border Color

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

This div border color is #fbdae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdae5

Related Colors


Comments

No comments written yet.

Please login to write comment.