Color Hex Logo

#facacb Color Hex

#FACACB
(250,202,203)
0 Favorites   0 Comments

Color spaces of #facacb

RGB 250202203
HSL1.000.830.89
HSV359°19°98°
CMYK 0.000.190.19   0.02
XYZ71.324466.876865.6492
Yxy66.87680.34990.3281
Hunter Lab81.778212.57029.6485
CIE-Lab85.441717.11465.9385

#facacb color RGB value is (250,202,203).

#facacb hex color red value is 250, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #facacb hue: 1.00 , saturation: 0.83 and the lightness value of facacb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11001011
Octal 372 312 313
Decimal 250 202 203
Hex FA CA CB

RGB Percentages of Color #facacb

%38.17
%30.84
%30.99

CMYK Percentages of Color #facacb

%0
%19
%19
%2

Triadic Colors of #facacb

#facacb #cbfaca #cacbfa

Analogous Colors of #facacb

#facacb #fae1ca #facae3

Monochromatic Colors of #facacb

#facacb

Complementary Color

#facacb #cafaf9

#facacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facacb Color CSS Codes

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

#facacb Text Font Color

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

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


#facacb Background Color

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

This div background color is #facacb


#facacb Border Color

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

This div border color is #facacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facacb


Comments

No comments written yet.

Please login to write comment.