#FADCE7

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

Shades of Pig Pink #FADCE7

Tints of Pig Pink #FADCE7

Color information

#FADCE7 (or 0xFADCE7) is unknown color: approx Pig Pink. HEX triplet: FA, DC and E7. RGB value is (250,220,231). Sum of RGB (Red+Green+Blue) = 250+220+231=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 231 (90.62% from 255 or 32.95% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCE7 is #052318. Grayscale: #E6E6E6. Windows color (decimal): -336665 or 15195386. OLE color: 15195386.

HSL color Cylindrical-coordinate representation of color #FADCE7: hue angle of 338º 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 #FADCE7 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250220231-
CMYK00.120.080.02
HSL338º75%92.16%-
HSV(B)338º12%98.04%-
XYZ79.4477.2886.33-
YUV230.22128.44142.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 231 (90.62% from 255) = 32.95%
R=35.66%
G=31.38%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022023100.120.080.023387592.16
HexFADCE70C821524b5c
Octal372334347014102522113134
Binary1111101011011100111001110110010001010101001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCE7; }

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

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

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

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

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

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

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

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