Color Hex Logo

#fabbed Color Hex

#FABBED
(250,187,237)
0 Favorites   0 Comments

Color spaces of #fabbed

RGB 250187237
HSL0.870.860.86
HSV312°25°98°
CMYK 0.000.250.05   0.02
XYZ72.480761.979188.2638
Yxy61.97910.32540.2783
Hunter Lab78.726826.5661-11.3636
CIE-Lab82.902330.5025-15.9610

#fabbed color RGB value is (250,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 11101101
Octal 372 273 355
Decimal 250 187 237
Hex FA BB ED

RGB Percentages of Color #fabbed

%37.09
%27.74
%35.16

CMYK Percentages of Color #fabbed

%0
%25
%5
%2

Triadic Colors of #fabbed

#fabbed #edfabb #bbedfa

Analogous Colors of #fabbed

#fabbed #fabbce #e8bbfa

Monochromatic Colors of #fabbed

#fabbed

Complementary Color

#fabbed #bbfac8

#fabbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabbed Color CSS Codes

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

#fabbed Text Font Color

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

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


#fabbed Background Color

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

This div background color is #fabbed


#fabbed Border Color

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

This div border color is #fabbed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,187,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 #fabbed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabbed


Comments

No comments written yet.

Please login to write comment.