Color Hex Logo

#ffbadd Color Hex

#FFBADD
(255,186,221)
0 Favorites   0 Comments

Color spaces of #ffbadd

RGB 255186221
HSL0.921.000.86
HSV330°27°100°
CMYK 0.000.270.13   0.00
XYZ71.850161.598376.5094
Yxy61.59830.34220.2934
Hunter Lab78.484626.0630-2.8587
CIE-Lab82.699330.0487-7.6355

#ffbadd color RGB value is (255,186,221).

#ffbadd hex color red value is 255, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ffbadd hue: 0.92 , saturation: 1.00 and the lightness value of ffbadd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11011101
Octal 377 272 335
Decimal 255 186 221
Hex FF BA DD

RGB Percentages of Color #ffbadd

%38.52
%28.10
%33.38

CMYK Percentages of Color #ffbadd

%0
%27
%13
%0

Triadic Colors of #ffbadd

#ffbadd #ddffba #baddff

Analogous Colors of #ffbadd

#ffbadd #ffbabb #ffbaff

Monochromatic Colors of #ffbadd

#ffbadd

Complementary Color

#ffbadd #baffdc

#ffbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbadd Color CSS Codes

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

#ffbadd Text Font Color

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

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


#ffbadd Background Color

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

This div background color is #ffbadd


#ffbadd Border Color

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

This div border color is #ffbadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,186,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffbadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffbadd;
  -webkit-box-shadow: 1px 1px 3px 2px #ffbadd;
  box-shadow:         1px 1px 3px 2px #ffbadd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,186,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbadd

Related Colors

#ffbadd Color Palettes


Comments

No comments written yet.

Please login to write comment.