Color Hex Logo

#fabddb Color Hex

#FABDDB
(250,189,219)
0 Favorites   0 Comments

Color spaces of #fabddb

RGB 250189219
HSL0.920.860.86
HSV330°24°98°
CMYK 0.000.240.12   0.02
XYZ70.408161.833775.2420
Yxy61.83370.33930.2980
Hunter Lab78.634422.2161-1.6881
CIE-Lab82.824926.4398-6.4317

#fabddb color RGB value is (250,189,219).

#fabddb hex color red value is 250, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fabddb hue: 0.92 , saturation: 0.86 and the lightness value of fabddb is 0.86.

The process color (four color CMYK) of #fabddb color hex is 0.00, 0.24, 0.12, 0.02. Web safe color of #fabddb is #ffcccc. Color #fabddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11011011
Octal 372 275 333
Decimal 250 189 219
Hex FA BD DB

RGB Percentages of Color #fabddb

%37.99
%28.72
%33.28

CMYK Percentages of Color #fabddb

%0
%24
%12
%2

Triadic Colors of #fabddb

#fabddb #dbfabd #bddbfa

Analogous Colors of #fabddb

#fabddb #fabebd #fabdfa

Monochromatic Colors of #fabddb

#fabddb

Complementary Color

#fabddb #bdfadc

#fabddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabddb Color CSS Codes

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

#fabddb Text Font Color

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

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


#fabddb Background Color

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

This div background color is #fabddb


#fabddb Border Color

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

This div border color is #fabddb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,189,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fabddb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fabddb;
  -webkit-box-shadow: 1px 1px 3px 2px #fabddb;
  box-shadow:         1px 1px 3px 2px #fabddb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,189,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabddb

Related Colors


Comments

No comments written yet.

Please login to write comment.