#FADCE9

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

Shades of Pig Pink #FADCE9

Tints of Pig Pink #FADCE9

Color information

#FADCE9 (or 0xFADCE9) is unknown color: approx Pig Pink. HEX triplet: FA, DC and E9. RGB value is (250,220,233). Sum of RGB (Red+Green+Blue) = 250+220+233=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCE9 is #052316. Grayscale: #E6E6E6. Windows color (decimal): -336663 or 15326458. OLE color: 15326458.

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

Color convert

RGB250220233-
CMYK00.120.070.02
HSL334º75%92.16%-
HSV(B)334º12%98.04%-
XYZ79.7377.3987.83-
YUV230.45129.44141.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 233 (91.41% from 255) = 33.14%
R=35.56%
G=31.29%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022023300.120.070.023347592.16
HexFADCE90C7214e4b5c
Octal37233435101472516113134
Binary111110101101110011101001011001111010100111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCE9; }

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

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

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

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

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

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

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

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