#FADCE8

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

Shades of Pig Pink #FADCE8

Tints of Pig Pink #FADCE8

Color information

#FADCE8 (or 0xFADCE8) is unknown color: approx Pig Pink. HEX triplet: FA, DC and E8. RGB value is (250,220,232). Sum of RGB (Red+Green+Blue) = 250+220+232=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCE8 is #052317. Grayscale: #E6E6E6. Windows color (decimal): -336664 or 15260922. OLE color: 15260922.

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

Color convert

RGB250220232-
CMYK00.120.070.02
HSL336º75%92.16%-
HSV(B)336º12%98.04%-
XYZ79.5877.3487.08-
YUV230.34128.94142.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 232 (91.02% from 255) = 33.05%
R=35.61%
G=31.34%
B=33.05%

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
Decimal25022023200.120.070.023367592.16
HexFADCE80C721504b5c
Octal37233435001472520113134
Binary111110101101110011101000011001111010101000010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCE8; }

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

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

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

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

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

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

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

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