Color Hex Logo

#faccb3 Color Hex

#FACCB3
(250,204,179)
0 Favorites   0 Comments

Color spaces of #faccb3

RGB 250204179
HSL0.060.880.84
HSV21°28°98°
CMYK 0.000.180.28   0.02
XYZ69.153966.764451.8898
Yxy66.76440.36820.3555
Hunter Lab81.70958.079919.5444
CIE-Lab85.384812.703218.5812

#faccb3 color RGB value is (250,204,179).

#faccb3 hex color red value is 250, green value is 204 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #faccb3 hue: 0.06 , saturation: 0.88 and the lightness value of faccb3 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10110011
Octal 372 314 263
Decimal 250 204 179
Hex FA CC B3

RGB Percentages of Color #faccb3

%39.49
%32.23
%28.28

CMYK Percentages of Color #faccb3

%0
%18
%28
%2

Triadic Colors of #faccb3

#faccb3 #b3facc #ccb3fa

Analogous Colors of #faccb3

#faccb3 #faf0b3 #fab3be

Monochromatic Colors of #faccb3

#faccb3

Complementary Color

#faccb3 #b3e1fa

#faccb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccb3 Color CSS Codes

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

#faccb3 Text Font Color

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

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


#faccb3 Background Color

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

This div background color is #faccb3


#faccb3 Border Color

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

This div border color is #faccb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccb3

#faccb3 Color Palettes


Comments

No comments written yet.

Please login to write comment.