Color Hex Logo

#fbdae4 Color Hex

#FBDAE4
(251,218,228)
0 Favorites   0 Comments

Color spaces of #fbdae4

RGB 251218228
HSL0.950.800.92
HSV342°13°98°
CMYK 0.000.130.09   0.02
XYZ78.858776.253583.9609
Yxy76.25350.32990.3190
Hunter Lab87.32338.38174.1192
CIE-Lab89.976913.0326-0.6825

#fbdae4 color RGB value is (251,218,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11100100
Octal 373 332 344
Decimal 251 218 228
Hex FB DA E4

RGB Percentages of Color #fbdae4

%36.01
%31.28
%32.71

CMYK Percentages of Color #fbdae4

%0
%13
%9
%2

Triadic Colors of #fbdae4

#fbdae4 #e4fbda #dae4fb

Analogous Colors of #fbdae4

#fbdae4 #fbe1da #fbdaf5

Monochromatic Colors of #fbdae4

#fbdae4

Complementary Color

#fbdae4 #dafbf1

#fbdae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdae4 Color CSS Codes

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

#fbdae4 Text Font Color

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

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


#fbdae4 Background Color

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

This div background color is #fbdae4


#fbdae4 Border Color

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

This div border color is #fbdae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdae4


Comments

No comments written yet.

Please login to write comment.