Color Hex Logo

#fabce2 Color Hex

#FABCE2
(250,188,226)
0 Favorites   0 Comments

Color spaces of #fabce2

RGB 250188226
HSL0.900.860.86
HSV323°25°98°
CMYK 0.000.250.10   0.02
XYZ71.135061.781480.1273
Yxy61.78140.33390.2900
Hunter Lab78.601123.9927-5.4204
CIE-Lab82.797028.1115-10.2266

#fabce2 color RGB value is (250,188,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11100010
Octal 372 274 342
Decimal 250 188 226
Hex FA BC E2

RGB Percentages of Color #fabce2

%37.65
%28.31
%34.04

CMYK Percentages of Color #fabce2

%0
%25
%10
%2

Triadic Colors of #fabce2

#fabce2 #e2fabc #bce2fa

Analogous Colors of #fabce2

#fabce2 #fabcc3 #f3bcfa

Monochromatic Colors of #fabce2

#fabce2

Complementary Color

#fabce2 #bcfad4

#fabce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabce2 Color CSS Codes

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

#fabce2 Text Font Color

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

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


#fabce2 Background Color

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

This div background color is #fabce2


#fabce2 Border Color

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

This div border color is #fabce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabce2


Comments

No comments written yet.

Please login to write comment.