#FADCEC

Color #FADCEC Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #FADCEC

Tints of Pig Pink #FADCEC

Color information

#FADCEC (or 0xFADCEC) is unknown color: approx Pig Pink. HEX triplet: FA, DC and EC. RGB value is (250,220,236). Sum of RGB (Red+Green+Blue) = 250+220+236=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCEC is #052313. Grayscale: #E6E6E6. Windows color (decimal): -336660 or 15523066. OLE color: 15523066.

HSL color Cylindrical-coordinate representation of color #FADCEC: hue angle of 328º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCEC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250220236-
CMYK00.120.060.02
HSL328º75%92.16%-
HSV(B)328º12%98.04%-
XYZ80.1677.5790.1-
YUV230.79130.94141.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 236 (92.58% from 255) = 33.43%
R=35.41%
G=31.16%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022023600.120.060.023287592.16
HexFADCEC0C621484b5c
Octal37233435401462510113134
Binary111110101101110011101100011001101010100100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCEC; }

 p { color: rgb(250,220,236); }

 H1.HeaderClassName
 {
   color: #FADCEC;
 }
 .AnyTagClassName
 {
   color: #FADCEC;
 }
</style>
background-color css

<style>
 a { background-color: #FADCEC; }

 a { background-color: rgb(250,220,236); }

 div.DivClassName
 {
   background-color: #FADCEC;
 }
 .BgClassName
 {
   background-color: #FADCEC;
 }
</style>
border-color css

<style>
 span { border-color: #FADCEC; }

 span { border-color: rgb(250,220,236); }

 td.TdClassName
 {
   border-color: #FADCEC;
 }
 .TagClassName
 {
   border-color: #FADCEC;
 }
</style>