Color Hex Logo

#fabded Color Hex

#FABDED
(250,189,237)
0 Favorites   1 Comments

Color spaces of #fabded

RGB 250189237
HSL0.870.860.86
HSV313°24°98°
CMYK 0.000.240.05   0.02
XYZ72.908062.833688.4062
Yxy62.83360.32530.2803
Hunter Lab79.267625.4606-10.6380
CIE-Lab83.354829.4482-15.2812

#fabded color RGB value is (250,189,237).

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

The process color (four color CMYK) of #fabded color hex is 0.00, 0.24, 0.05, 0.02. Web safe color of #fabded is #ffccff. Color #fabded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11101101
Octal 372 275 355
Decimal 250 189 237
Hex FA BD ED

RGB Percentages of Color #fabded

%36.98
%27.96
%35.06

CMYK Percentages of Color #fabded

%0
%24
%5
%2

Triadic Colors of #fabded

#fabded #edfabd #bdedfa

Analogous Colors of #fabded

#fabded #fabdcf #e9bdfa

Monochromatic Colors of #fabded

#fabded

Complementary Color

#fabded #bdfaca

#fabded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabded Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabded Color CSS Codes

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

#fabded Text Font Color

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

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


#fabded Background Color

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

This div background color is #fabded


#fabded Border Color

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

This div border color is #fabded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabded

Related Colors


Comments

15 Sep 2022, 16:40 Zacapea

This hex spells FabDed! Ded means Dead so its saying being dead is fab! This pink should NOT EXIST!!!! Although it is nice.

Please login to write comment.