Color Hex Logo

#fabebc Color Hex

#FABEBC
(250,190,188)
0 Favorites   0 Comments

Color spaces of #fabebc

RGB 250190188
HSL0.010.860.86
HSV25°98°
CMYK 0.000.240.25   0.02
XYZ66.914960.781755.7822
Yxy60.78170.36470.3313
Hunter Lab77.962616.771012.1519
CIE-Lab82.261221.26029.3833

#fabebc color RGB value is (250,190,188).

#fabebc hex color red value is 250, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fabebc hue: 0.01 , saturation: 0.86 and the lightness value of fabebc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 10111100
Octal 372 276 274
Decimal 250 190 188
Hex FA BE BC

RGB Percentages of Color #fabebc

%39.81
%30.25
%29.94

CMYK Percentages of Color #fabebc

%0
%24
%25
%2

Triadic Colors of #fabebc

#fabebc #bcfabe #bebcfa

Analogous Colors of #fabebc

#fabebc #faddbc #fabcd9

Monochromatic Colors of #fabebc

#fabebc

Complementary Color

#fabebc #bcf8fa

#fabebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabebc Color CSS Codes

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

#fabebc Text Font Color

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

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


#fabebc Background Color

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

This div background color is #fabebc


#fabebc Border Color

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

This div border color is #fabebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabebc

Related Colors


Comments

No comments written yet.

Please login to write comment.