Color Hex Logo

#fbdae6 Color Hex

#FBDAE6
(251,218,230)
0 Favorites   0 Comments

Color spaces of #fbdae6

RGB 251218230
HSL0.940.800.92
HSV338°13°98°
CMYK 0.000.130.08   0.02
XYZ79.138076.365285.4318
Yxy76.36520.32850.3170
Hunter Lab87.38728.72243.2077
CIE-Lab90.028613.3637-1.6581

#fbdae6 color RGB value is (251,218,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11100110
Octal 373 332 346
Decimal 251 218 230
Hex FB DA E6

RGB Percentages of Color #fbdae6

%35.91
%31.19
%32.90

CMYK Percentages of Color #fbdae6

%0
%13
%8
%2

Triadic Colors of #fbdae6

#fbdae6 #e6fbda #dae6fb

Analogous Colors of #fbdae6

#fbdae6 #fbdfda #fbdaf7

Monochromatic Colors of #fbdae6

#fbdae6

Complementary Color

#fbdae6 #dafbef

#fbdae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdae6 Color CSS Codes

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

#fbdae6 Text Font Color

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

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


#fbdae6 Background Color

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

This div background color is #fbdae6


#fbdae6 Border Color

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

This div border color is #fbdae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdae6


Comments

No comments written yet.

Please login to write comment.