Color Hex Logo

#fbdadf Color Hex

#FBDADF
(251,218,223)
0 Favorites   0 Comments

Color spaces of #fbdadf

RGB 251218223
HSL0.970.800.92
HSV351°13°98°
CMYK 0.000.130.11   0.02
XYZ78.174375.979880.3574
Yxy75.97980.33330.3240
Hunter Lab87.16647.54476.3579
CIE-Lab89.850012.21671.7609

#fbdadf color RGB value is (251,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11011111
Octal 373 332 337
Decimal 251 218 223
Hex FB DA DF

RGB Percentages of Color #fbdadf

%36.27
%31.50
%32.23

CMYK Percentages of Color #fbdadf

%0
%13
%11
%2

Triadic Colors of #fbdadf

#fbdadf #dffbda #dadffb

Analogous Colors of #fbdadf

#fbdadf #fbe6da #fbdaf0

Monochromatic Colors of #fbdadf

#fbdadf

Complementary Color

#fbdadf #dafbf6

#fbdadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdadf Color CSS Codes

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

#fbdadf Text Font Color

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

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


#fbdadf Background Color

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

This div background color is #fbdadf


#fbdadf Border Color

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

This div border color is #fbdadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdadf


Comments

No comments written yet.

Please login to write comment.