Color Hex Logo

#fabfcb Color Hex

#FABFCB
(250,191,203)
0 Favorites   0 Comments

Color spaces of #fabfcb

RGB 250191203
HSL0.970.860.86
HSV348°24°98°
CMYK 0.000.240.19   0.02
XYZ68.834661.897464.8193
Yxy61.89740.35200.3165
Hunter Lab78.674918.49306.2241
CIE-Lab82.858822.89792.2003

#fabfcb color RGB value is (250,191,203).

#fabfcb hex color red value is 250, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fabfcb hue: 0.97 , saturation: 0.86 and the lightness value of fabfcb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 11001011
Octal 372 277 313
Decimal 250 191 203
Hex FA BF CB

RGB Percentages of Color #fabfcb

%38.82
%29.66
%31.52

CMYK Percentages of Color #fabfcb

%0
%24
%19
%2

Triadic Colors of #fabfcb

#fabfcb #cbfabf #bfcbfa

Analogous Colors of #fabfcb

#fabfcb #fad1bf #fabfe9

Monochromatic Colors of #fabfcb

#fabfcb

Complementary Color

#fabfcb #bffaee

#fabfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfcb Color CSS Codes

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

#fabfcb Text Font Color

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

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


#fabfcb Background Color

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

This div background color is #fabfcb


#fabfcb Border Color

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

This div border color is #fabfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfcb


Comments

No comments written yet.

Please login to write comment.