Color Hex Logo

#fabcca Color Hex

#FABCCA
(250,188,202)
0 Favorites   0 Comments

Color spaces of #fabcca

RGB 250188202
HSL0.960.860.86
HSV346°25°98°
CMYK 0.000.250.19   0.02
XYZ68.068260.554763.9778
Yxy60.55470.35340.3144
Hunter Lab77.816919.95845.7261
CIE-Lab82.138824.32901.6900

#fabcca color RGB value is (250,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11001010
Octal 372 274 312
Decimal 250 188 202
Hex FA BC CA

RGB Percentages of Color #fabcca

%39.06
%29.38
%31.56

CMYK Percentages of Color #fabcca

%0
%25
%19
%2

Triadic Colors of #fabcca

#fabcca #cafabc #bccafa

Analogous Colors of #fabcca

#fabcca #facdbc #fabce9

Monochromatic Colors of #fabcca

#fabcca

Complementary Color

#fabcca #bcfaec

#fabcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcca Color CSS Codes

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

#fabcca Text Font Color

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

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


#fabcca Background Color

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

This div background color is #fabcca


#fabcca Border Color

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

This div border color is #fabcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcca


Comments

No comments written yet.

Please login to write comment.