Color Hex Logo

#faccc8 Color Hex

#FACCC8
(250,204,200)
0 Favorites   0 Comments

Color spaces of #faccc8

RGB 250204200
HSL0.010.830.88
HSV20°98°
CMYK 0.000.180.20   0.02
XYZ71.442567.679963.9417
Yxy67.67990.35180.3333
Hunter Lab82.267811.043211.5050
CIE-Lab85.846115.62208.1135

#faccc8 color RGB value is (250,204,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11001000
Octal 372 314 310
Decimal 250 204 200
Hex FA CC C8

RGB Percentages of Color #faccc8

%38.23
%31.19
%30.58

CMYK Percentages of Color #faccc8

%0
%18
%20
%2

Triadic Colors of #faccc8

#faccc8 #c8facc #ccc8fa

Analogous Colors of #faccc8

#faccc8 #fae5c8 #fac8dd

Monochromatic Colors of #faccc8

#faccc8

Complementary Color

#faccc8 #c8f6fa

#faccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccc8 Color CSS Codes

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

#faccc8 Text Font Color

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

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


#faccc8 Background Color

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

This div background color is #faccc8


#faccc8 Border Color

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

This div border color is #faccc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccc8


Comments

No comments written yet.

Please login to write comment.